diff --git a/core/core-project.el b/core/core-project.el index 83fc6415b..68f7dafca 100644 --- a/core/core-project.el +++ b/core/core-project.el @@ -94,11 +94,7 @@ projectile-known-projects-file (concat doom-temp-dir "/projectile.projects") projectile-indexing-method 'alien projectile-file-exists-remote-cache-expire nil - projectile-project-root-files - '(".git" ".hg" ".svn" "rebar.config" "project.clj" "SConstruct" "pom.xml" - "build.sbt" "build.gradle" "Gemfile" "requirements.txt" "package.json" - "gulpfile.js" "Gruntfile.js" "bower.json" "composer.json" "Cargo.toml" - "mix.exs" "tsconfig.json")) + projectile-project-root-files '(".git" ".hg" ".svn" ".project")) ;; Don't cache ignored files! (defun doom*projectile-cache-current-file (orig-fun &rest args)