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.
Node.js installs project-local dependencies to
node_modules/
. These often come with tons of files that I don't want to search, either withgrep
,find
, orfiplr
. Could fiplr please ignore this directory by default?As a workaround, I've added
"node_modules"
to myfiplr-ignored-globs
.