Skip to content

Included dependencies (roughly) double repo size #35

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

Closed
eenblam opened this issue Sep 26, 2017 · 1 comment
Closed

Included dependencies (roughly) double repo size #35

eenblam opened this issue Sep 26, 2017 · 1 comment

Comments

@eenblam
Copy link
Member

eenblam commented Sep 26, 2017

At the start of tonight's PyClass, I made a fresh clone of the repo. It took a while.

du -sh pyclasslessons shows the repo to currently be about 128MB.

cd pyclasslessons && du -shc * shows that the files total out to 99MB (so about 29MB in .git.)

124K    course
20M     guest-talks
79M     instructors
4.0K    license.txt
8.0K    README.md

instructors/ is the largest, and this is largely due to 45MB in instructors/lessons/django-part2, which includes dependencies in examples/lib/.... Can we purge instructors/lessons/django-part2/examples/lib/ from history?

@eenblam eenblam changed the title Code bloat / included dependencies Included dependencies (roughly) double repo size Sep 27, 2017
@eenblam
Copy link
Member Author

eenblam commented Feb 13, 2018

Resolved by d5b77c9.

@eenblam eenblam closed this as completed Feb 13, 2018
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