8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a lot of binary files that should... not be in here
$ find . -type f -not -path "./.git/*" -exec du -h {} + | sort -rh | head -n 20 45M ./ui/desktop/src/platform/windows/bin/uv.exe 29M ./documentation/blog/2025-04-17-goose-goes-to-NY/focus5.jpg 26M ./documentation/blog/2025-04-17-goose-goes-to-NY/focus3.jpg 23M ./ui/desktop/src/platform/windows/bin/libstdc++-6.dll 23M ./ui/desktop/src/bin/libstdc++-6.dll 22M ./documentation/blog/2025-04-17-goose-goes-to-NY/swag.jpg 19M ./documentation/blog/2025-04-17-goose-goes-to-NY/focus.jpg 18M ./documentation/blog/2025-04-17-goose-goes-to-NY/swag1.jpg 18M ./documentation/blog/2025-04-17-goose-goes-to-NY/speaker1.jpg 18M ./documentation/blog/2025-04-17-goose-goes-to-NY/fun1.jpg 17M ./documentation/blog/2025-04-17-goose-goes-to-NY/focus2.jpg 16M ./documentation/static/videos/hero_light.mp4 16M ./documentation/blog/2025-04-17-goose-goes-to-NY/fun.jpg 15M ./documentation/blog/2025-04-17-goose-goes-to-NY/swag2.jpg 14M ./documentation/docs/assets/goose-in-action.mp4 13M ./documentation/blog/2025-04-17-goose-goes-to-NY/swag3.jpg 13M ./documentation/blog/2025-04-17-goose-goes-to-NY/focus4.jpg 11M ./documentation/static/videos/hero_dark.mp4 9.2M ./documentation/docs/assets/goose-in-action.gif 9.2M ./documentation/blog/2025-04-17-goose-goes-to-NY/speaker.jpg
To fix this you'll have to do some history rewriting so it will be disruptive, but really these should not be checked into VCS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are a lot of binary files that should... not be in here
To fix this you'll have to do some history rewriting so it will be disruptive, but really these should not be checked into VCS.
The text was updated successfully, but these errors were encountered: