Adds .gitignore entry for vim swap files.

This commit is contained in:
Rebecca Valentine
2020-02-13 15:23:50 -08:00
parent 5269fb713f
commit 2ee38f246b

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# editor and OS artifacts # editor and OS artifacts
*~ *~
.DS_STORE .DS_STORE
*.swp
# query compilation caches # query compilation caches
.cache .cache