Projectile: ignore ./node_modules & ./flow-typed
This commit is contained in:
parent
8d81975fa7
commit
0b33e729e0
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
||||||
|
|
||||||
(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"))
|
(list (abbreviate-file-name doom-local-dir) ".sync"
|
||||||
|
"node_modules" "flow-typed"))
|
||||||
projectile-other-file-alist
|
projectile-other-file-alist
|
||||||
(append projectile-other-file-alist
|
(append projectile-other-file-alist
|
||||||
'(("css" . ("scss" "sass" "less" "styl"))
|
'(("css" . ("scss" "sass" "less" "styl"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue