I'm using node_modules
to store my code, following the advice of this answer: https://stackoverflow.com/a/24630974/599184
However, Atom's search ignores node_modules
. How can I get it to include node_modules
in the search? I don't have node_modules
in Atom's "ignored names" setting.