mitchas / ffftp

Electron FTP manager
184 stars 31 forks source link

Node_modules and releases repository purging #14

Closed claudemuller closed 7 years ago

claudemuller commented 7 years ago

Hi Mitch

I'm quite interested in your project and having picked up Electron lately and with my experience in Angular 1.x and 2 as well as JavaScript, I believe I can make some valuable contributions.

My first pull request (if you'll have it :) is to purge the node_modules and releases directories from the git history. Even though you deleted them in a commit, there are still remnants of them in the code base.

So I followed the second answer on http://stackoverflow.com/questions/10067848/remove-folder-and-its-contents-from-git-githubs-history to sort this out.

I hope this helps :) I look forward to contributing! Claude

claudemuller commented 7 years ago

I forgot to mention that this change shrinks the repo from 235.76Mb (8468 objects) to 58.55Mb (257 objects) :)

ffftp