remove ignore vendor/ directory

This commit is contained in:
Jesús 2019-02-08 18:41:45 -05:00
parent 1ec4b7b39d
commit b2610cf17e
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -49,7 +49,7 @@
;; compiled files
"\\.\\(pyc\\|o\\|elc\\|lock\\|css.map\\)$"
;; generated files, caches or local pkgs
"^\\(node_modules\\|vendor\\|.\\(project\\|cask\\|yardoc\\|sass-cache\\)\\)$"
"^\\(node_modules\\|.\\(project\\|cask\\|yardoc\\|sass-cache\\)\\)$"
;; org-mode folders
"^\\.\\(sync\\|export\\|attach\\)$"
"~$"