Skip to content

Commit b49359b

Browse files
committed
Added pattern of VIM/Neovim Swap-files to .gitignore
1 parent 0d4228e commit b49359b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Environments
22
.env
33

4+
# VIM/Neovim Swap-files
5+
.+?\.sw.?
6+
47
# Byte-compiled / optimized
58
__pycache__/
69
*.py[cod]

0 commit comments

Comments
 (0)