Skip to content

Commit e2f0edf

Browse files
committed
Chore: Add vim swap files to .gitignore
1 parent c5b6997 commit e2f0edf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ local.properties
2424
.idea/
2525
*.iml
2626

27+
# Vim
28+
*.swo
29+
*.swp
30+
2731
# OS-specific files
2832
.DS_Store
2933
.DS_Store?

0 commit comments

Comments
 (0)