Skip to content

Commit

Permalink
Ignore vim related files (keystonejs#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesstelford authored Jul 29, 2019
1 parent d7819a5 commit 2c7e7ba
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,28 @@ cypress/mock
package-lock.json

dist/

# Created by https://www.gitignore.io/api/vim
# Edit at https://www.gitignore.io/?templates=vim

### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

# End of https://www.gitignore.io/api/vim

0 comments on commit 2c7e7ba

Please sign in to comment.