diff --git a/core/core-helm.el b/core/core-helm.el index 226dbcede..46904b381 100644 --- a/core/core-helm.el +++ b/core/core-helm.el @@ -93,6 +93,8 @@ (add-to-list 'projectile-globally-ignored-files "ido.last") (add-to-list 'projectile-globally-ignored-directories "assets") + (add-to-list 'projectile-globally-ignored-directories ".export") + (add-to-list 'projectile-globally-ignored-directories ".attach") (add-to-list 'projectile-other-file-alist '("scss" "css")) (add-to-list 'projectile-other-file-alist '("css" "scss"))