prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

Add a way to ignore paths and/or patterns #13

Closed nicolasbrugneaux closed 9 years ago

nicolasbrugneaux commented 9 years ago

I have tons of projects on my computer and, as a js developer, a lot of node modules too. If I activate the subRepo option, it just crashes atom. Having a way to ignore patterns such .git or node_modules would speed up the whole thing and filter unwanted projects.

Same for a whole path, let's say ~/workspace is where you have your projects and ~/workspace/experiments where you have tons of small git projects that you don't want to see, ignoring a path would be cool too.

Also, side-note, ~/workspace doesn't work, I have to write the full path and that's not super user-friendly.