Skip to content

Commit

Permalink
fix: ignore vim swap files (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz authored and clarkdo committed Jul 27, 2019
1 parent 0d66e17 commit 2ff7b11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template/gitignore
Expand Up @@ -85,4 +85,7 @@ dist
sw.*

# Mac OSX
.DS_Store
.DS_Store

# Vim swap files
*.swp

0 comments on commit 2ff7b11

Please sign in to comment.