Skip to content

Commit

Permalink
chore(gitignore): add vim swap files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanonelson committed Mar 10, 2018
1 parent 610aa02 commit 3448fb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
.idea
.vscode

# Vim swap files
.s[a-z][a-z]
.*.s[a-z][a-z]

# Mac OS X Finder
.DS_Store

Expand Down

0 comments on commit 3448fb5

Please sign in to comment.