audiojs icon indicating copy to clipboard operation
audiojs copied to clipboard

Huge .git repository

Open eteubert opened this issue 13 years ago • 3 comments

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

eteubert avatar Jun 13 '12 07:06 eteubert

Thanks for the heads up Eric. Do you know the best way to clean old file references from a repository?

kolber avatar Jun 18 '12 00:06 kolber

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

eteubert avatar Jun 18 '12 07:06 eteubert

Thanks a lot for filing this issue! We'll triage and take a look at it as soon as possible!

Zetaphor avatar Feb 09 '16 19:02 Zetaphor