reduced gitignore files
This commit is contained in:
parent
718f2b8207
commit
d83d8bd25c
4 changed files with 7 additions and 10 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,12 +1,3 @@
|
|||
cache/
|
||||
log/
|
||||
.vim/bundle/VimCompletesMe/
|
||||
.vim/bundle/ctrlp.vim/
|
||||
.vim/bundle/indentLine/
|
||||
.vim/bundle/vim-airline-themes/
|
||||
.vim/bundle/vim-airline/
|
||||
.vim/bundle/vim-colors-solarized/
|
||||
.vim/bundle/vim-sensible/
|
||||
.vim/undo
|
||||
.vim/backups
|
||||
.vim/swaps
|
||||
.vim/bundle/**
|
2
.vim/backups/.gitignore
vendored
Normal file
2
.vim/backups/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
2
.vim/swaps/.gitignore
vendored
Normal file
2
.vim/swaps/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
2
.vim/undo/.gitignore
vendored
Normal file
2
.vim/undo/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
Loading…
Add table
Add a link
Reference in a new issue