Skip to content

Commit

Permalink
ignore "node_modules"
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Mar 5, 2013
1 parent f8ae0bd commit 969e2b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Expand Up @@ -136,6 +136,7 @@ cnoremap <C-a> <Home>
set wildignore+=tmp/**,*.rbc,.rbx,*.scssc,*.sassc
" ignore Bundler standalone/vendor installs & gems
set wildignore+=bundle/**,vendor/bundle/**,vendor/cache/**
set wildignore+=node_modules/**

" toggle between last open buffers
nnoremap <leader><leader> <c-^>
Expand Down

0 comments on commit 969e2b1

Please sign in to comment.