0
Fork 0
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:
Hannah Wolfe 2014-06-11 19:41:10 +02:00
commit da710091eb

13
.gitignore vendored
View file

@ -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