ui/neotree: add *.class to hidden files regexp
This commit is contained in:
parent
99bd3beec2
commit
a0fa6e5b97
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
'(;; vcs folders
|
||||
"^\\.\\(git\\|hg\\|svn\\)$"
|
||||
;; compiled files
|
||||
"\\.\\(pyc\\|o\\|elc\\|lock\\|css.map\\)$"
|
||||
"\\.\\(pyc\\|o\\|elc\\|lock\\|css.map\\|class\\)$"
|
||||
;; generated files, caches or local pkgs
|
||||
"^\\(node_modules\\|vendor\\|.\\(project\\|cask\\|yardoc\\|sass-cache\\)\\)$"
|
||||
;; org-mode folders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue