diff --git a/core/core-projects.el b/core/core-projects.el index 00dfb7e1e..80bc8e683 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -30,7 +30,7 @@ debian, and derivatives). On most it's 'fd'.") ;; when you need to (`projectile-discover-projects-in-search-path'). projectile-auto-discover nil projectile-enable-caching doom-interactive-p - projectile-globally-ignored-files '(".DS_Store" "Icon " "TAGS") + projectile-globally-ignored-files '(".DS_Store" "TAGS") projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o") projectile-kill-buffers-filter 'kill-only-files projectile-known-projects-file (concat doom-cache-dir "projectile.projects")