mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
|
||||
(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"))
|
||||
projectile-other-file-alist
|
||||
(append projectile-other-file-alist
|
||||
|
Reference in New Issue
Block a user