[Emacs] Ignore node_modules directory in projectile
This commit is contained in:
parent
93a4fcc876
commit
489074ddf1
@ -2776,6 +2776,7 @@ project manager in Emacs. I know there’s ~project.el~, but,… Eh…
|
|||||||
:config
|
:config
|
||||||
(projectile-mode)
|
(projectile-mode)
|
||||||
(add-to-list 'projectile-ignored-projects "~/")
|
(add-to-list 'projectile-ignored-projects "~/")
|
||||||
|
(add-to-list 'projectile-globally-ignored-directories "^node_modules$")
|
||||||
:general
|
:general
|
||||||
(phundrak/leader-key
|
(phundrak/leader-key
|
||||||
"p" '(:keymap projectile-command-map :which-key "projectile")))
|
"p" '(:keymap projectile-command-map :which-key "projectile")))
|
||||||
|
Loading…
Reference in New Issue
Block a user