1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Add Vim swap files to gitignore

This commit is contained in:
Nick Townsend 2015-02-06 11:10:08 -08:00
parent 5ca1d93820
commit 4935dc277b

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ _site_site
.DS_Store .DS_Store
.bundle/ .bundle/
/_site/ /_site/
*.swp