mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Projectile: ignore ./node_modules & ./flow-typed
This commit is contained in:
@ -20,7 +20,8 @@
|
|||||||
(push ".project" projectile-project-root-files-bottom-up)
|
(push ".project" projectile-project-root-files-bottom-up)
|
||||||
|
|
||||||
(setq projectile-globally-ignored-directories
|
(setq projectile-globally-ignored-directories
|
||||||
(append projectile-globally-ignored-directories
|
(append projectile-globally-ignored-directories
|
||||||
|
(list (abbreviate-file-name doom-local-dir) ".sync"
|
||||||
"node_modules" "flow-typed"))
|
"node_modules" "flow-typed"))
|
||||||
projectile-other-file-alist
|
projectile-other-file-alist
|
||||||
(append projectile-other-file-alist
|
(append projectile-other-file-alist
|
||||||
|
Reference in New Issue
Block a user