Open sandstrom opened 10 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...
:+1:
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
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.