Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
config
Commits
0a5a3b72
Commit
0a5a3b72
authored
Jun 03, 2021
by
Adrien Dorsaz
Browse files
vim/ctrlp: ignore node_modules and vendor/bundle
parent
9953e815
Changes
1
Hide whitespace changes
Inline
Side-by-side
vim/vimrc
View file @
0a5a3b72
...
...
@@ -74,12 +74,12 @@ let g:polyglot_disabled = ['autoindent']
let mapleader = ","
" CtrlP
set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*/build/*
set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*/build/*
,*node_modules*,*vendor/bundle/*
let g:ctrlp_show_hidden = 1
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|apidoc\|node_modules\|log\|tmp$\|coverage\|build',
\ 'dir': '\.git$\|apidoc\|node_modules\|log\|tmp$\|coverage\|build
\|vendor\/bundle
',
\ 'file': '\.so$\|\.dat$\|\.DS_Store$\|\.swp$'
\ }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment