Projectile: ignore ./node_modules & ./flow-typed

This commit is contained in:
Henrik Lissner 2018-04-29 22:52:49 -04:00
parent 8d81975fa7
commit 0b33e729e0
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -20,7 +20,8 @@
(setq 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
(append projectile-other-file-alist
'(("css" . ("scss" "sass" "less" "styl"))