Skip to content

Commit 697ad81

Browse files
committed
wip
1 parent 9b6a2bc commit 697ad81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pub/vi/vimrc.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ source $VIMRUNTIME/menu.vim
3333
set wildmenu
3434

3535
" Ignore files
36-
set wildignore=*~,*.o,*.a,*.so,*/.git/*,*/.hg/*,*/.svn/*,*/node_modules/*,*/dist-newstyle/*,*/build/*,*/_build/*,*/_cache/*,*/_site/*,*/favicon/*,*/fonts/*
36+
set wildignore=*~,*.o,*.a,*.so,*/.git/*,*/.hg/*,*/.svn/*,*/node_modules/*,*/dist-newstyle/*,*/build/*,*/_build/*,*/_cache/*,*/_site/*,*/favicon/*,*/fonts/*,*/target/*
3737

3838
"Always show current position
3939
set ruler
@@ -250,7 +250,7 @@ map <leader>j :CtrlP<cr>
250250
map <C-b> :CtrlPBuffer<cr>
251251
252252
let g:ctrlp_max_height = 20
253-
let g:ctrlp_custom_ignore = '^\.git\|^\.hg\|^\.svn\|node_modules\|dist-newstyle\|build\|_build\|_cache\|_site\|favicon\|fonts'
253+
let g:ctrlp_custom_ignore = '^\.git\|^\.hg\|^\.svn\|node_modules\|dist-newstyle\|build\|_build\|_cache\|_site\|favicon\|fonts\|target'
254254

255255
"
256256
" => lightline

0 commit comments

Comments
 (0)