Configure language specific projectile ignore dirs in lang modules

This commit is contained in:
2018-06-06 23:43:20 +01:00
parent e3325888f4
commit b3be2b8531
3 changed files with 8 additions and 5 deletions

View File

@@ -29,7 +29,6 @@
".idea"
".svn"
".vagrant"
"Godeps"
"_darcs"
"coverage"
"doc"
@@ -38,9 +37,7 @@
"log"
"logs"
"savefile"
"tmp"
"vendor/bundle"
"vendor/ruby")
"tmp")
projectile-globally-ignored-files '("TAGS" "*.log")
projectile-sort-order 'recently-active
projectile-mode-line (quote ""))