Skip to content

Commit e15d15d

Browse files
committed
Add vim swap files to gitignore
1 parent 2a9dbea commit e15d15d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ dmypy.json
7575

7676
# PyCharm / IntelliJ
7777
.idea/
78+
79+
# vim
80+
*.swp
81+
*.swo

0 commit comments

Comments
 (0)