ignore bower_components in ctrlp
This commit is contained in:
@@ -420,7 +420,7 @@ let g:syntastic_javascript_checkers = ['jshint', 'jscs']
|
|||||||
|
|
||||||
" CtrlP ignore patterns
|
" CtrlP ignore patterns
|
||||||
let g:ctrlp_custom_ignore = {
|
let g:ctrlp_custom_ignore = {
|
||||||
\ 'dir': '\.git$\|node_modules$\|\.hg$\|\.svn$',
|
\ 'dir': '\.git$\|node_modules$\|bower_components$\|\.hg$\|\.svn$',
|
||||||
\ 'file': '\.exe$\|\.so$'
|
\ 'file': '\.exe$\|\.so$'
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user