You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
eenblam
changed the title
Code bloat / included dependencies
Included dependencies (roughly) double repo size
Sep 27, 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
.)instructors/
is the largest, and this is largely due to 45MB ininstructors/lessons/django-part2
, which includes dependencies inexamples/lib/...
. Can we purgeinstructors/lessons/django-part2/examples/lib/
from history?The text was updated successfully, but these errors were encountered: