mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 02:41:50 +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
|
||||
|
||||
.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
|
||||
*.db
|
||||
|
Loading…
Reference in New Issue
Block a user