You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: debian 11.1 "bullseye", amd64, emacs-27.1, projectile from current git master HEAD
In a react frontend project in a maven module, when I use 'C-p f' or 'C-p d' to fuzzy match opening a file or directory, I am overwhelmed by alternatives from inside the node_modules directory.
The value of projectile-globally-ignored-directories is:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Platform: debian 11.1 "bullseye", amd64, emacs-27.1, projectile from current git master HEAD
In a react frontend project in a maven module, when I use 'C-p f' or 'C-p d' to fuzzy match opening a file or directory, I am overwhelmed by alternatives from inside the node_modules directory.
The value of projectile-globally-ignored-directories is:
I.e. "node_modules" is prefixed with "*" to make it match directories inside the project structure.
I have tried clearing the cache and stopping and restarting emacs without the problem going away.
Any ideas for how to fiks this`
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions