grizzl / fiplr

[DEPRECATED] An Emacs Fuzzy Find in Project Package
187 stars 14 forks source link

ignore node_modules/ directory by default #32

Closed mcandre closed 10 years ago

mcandre commented 10 years ago

Node.js installs project-local dependencies to node_modules/. These often come with tons of files that I don't want to search, either with grep, find, or fiplr. Could fiplr please ignore this directory by default?

As a workaround, I've added "node_modules" to my fiplr-ignored-globs.

d11wtq commented 10 years ago

Sure, sounds good! Would you be able to send a pull request and I'll merge it in? :octocat: