mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
Add ignores for vim, TernJS
- vim-related ignores from https://github.com/github/gitignore/blob/master/Global/vim.gitignore
This commit is contained in:
parent
ae0ca259bf
commit
454e706d1f
13
.gitignore
vendored
13
.gitignore
vendored
@ -20,9 +20,18 @@ bower_components
|
|||||||
projectFilesBackup
|
projectFilesBackup
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# vim-related
|
||||||
|
[._]*.s[a-w][a-z]
|
||||||
|
[._]s[a-w][a-z]
|
||||||
|
*.un~
|
||||||
|
Session.vim
|
||||||
|
.netrwhist
|
||||||
|
.vimrc
|
||||||
*~
|
*~
|
||||||
*.swp
|
|
||||||
*.swo
|
# TernJS
|
||||||
|
.tern-project
|
||||||
|
|
||||||
# Ghost DB file
|
# Ghost DB file
|
||||||
*.db
|
*.db
|
||||||
|
Loading…
Reference in New Issue
Block a user