8000 Git repository is weirdly big · Issue #2276 · block/goose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Git repository is weirdly big #2276

New issue

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

Open
ezyang opened this issue Apr 19, 2025 · 0 comments
Open

Git repository is weirdly big #2276

ezyang opened this issue Apr 19, 2025 · 0 comments

Comments

@ezyang
Copy link
ezyang commented Apr 19, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0