mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #2924 from appleYaks/gitignore
Add .gitignores for vim, TernJS
This commit is contained in:
commit
da710091eb
1 changed files with 11 additions and 2 deletions
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…
Add table
Reference in a new issue