audiojs
audiojs copied to clipboard
Huge .git repository
Hi,
Your .git repo is ~27MB in size while your whole project is just ~100kb. I assume you tracked some media files some time ago. It would be nice if you could remove those (or whatever it is that causes the repo to be that huge).
Thanks Eric
Thanks for the heads up Eric. Do you know the best way to clean old file references from a repository?
This might work: git rm --cached my.file
If it doesn't, check out the github doc on removing data from the repo: https://help.github.com/articles/remove-sensitive-data
Thanks a lot for filing this issue! We'll triage and take a look at it as soon as possible!