mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
ignore all of vendor in eproject
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
(define-project-type ruby (generic)
|
||||
(or (look-for "Rakefile") (look-for "Gemfile") (look-for "config.ru")
|
||||
(look-for "\.gemspec$") (look-for "Capfile"))
|
||||
:irrelevant-files ("^[#]" ".git/" "vendor/bundle/" "coverage/"
|
||||
:irrelevant-files ("^[#]" ".git/" "vendor/" "coverage/"
|
||||
"\.DS_Store"))
|
||||
|
||||
(define-project-type node-js (generic)
|
||||
|
||||
Reference in New Issue
Block a user