diff --git a/core/core-projects.el b/core/core-projects.el index a293a8fc2..0e0087063 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -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"))