atom / fuzzy-finder

Find and open files quickly
MIT License
276 stars 138 forks source link

Atom, search and 'deep' .gitignore files #55

Open sandstrom opened 10 years ago

sandstrom commented 10 years ago

Atom excludes files in .gitignore from search, which is awesome! :sailboat:

It would be even better if it also considered .gitignore files below the root directory.

Feel free to close if this is difficult to solve.

staxmanade commented 9 years ago

This would be a great addition - we have a directory with multiple 'projects' all in the same git repo - it would great if we could work from the root of the directory structure, and each sub-folder could have it's own .gitignore respected...

mps commented 9 years ago

:+1:

saschagehlich commented 9 years ago

This is a quite essential feature - I'm using preprocessors for my JavaScript (Babel) and fuzzy-finder always shows me my compiled files, even though they're ignored by .gitignore