generative.fm icon indicating copy to clipboard operation
generative.fm copied to clipboard

Reduce repository size

Open betolink opened this issue 6 years ago • 2 comments

There is a folder on the git history that is no longer used but it contains big files samples so I think it would be a good idea to delete that folder as I did on my fork to reduce the repository size. I pruned the folder from git history and now the repo is only 2.6MB instead of 400MB. I could open a PR for this or maybe you can do it yourself. Thanks for the amazing work!

betolink avatar Mar 17 '19 15:03 betolink

Is there a way to do this where I can still recover that folder if I need it? Say I wanted to checkout an old commit and run the site, would that folder be missing?

alexbainter avatar Jul 02 '19 20:07 alexbainter

If you delete it from the history it will be gone. So you should backup it locally first and then prune this online repository

rubo77 avatar Jul 02 '19 22:07 rubo77