Skip to content

Commit 6ae020b

Browse files
committed
Corrected patterns of VIM swap-files in .gitignore
1 parent b49359b commit 6ae020b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
.env
33

44
# VIM/Neovim Swap-files
5-
.+?\.sw.?
5+
[._]*.s[a-v][a-z]
6+
[._]*.sw[a-p]
7+
[._]s[a-rt-v][a-z]
8+
[._]ss[a-gi-z]
9+
[._]sw[a-p]
610

711
# Byte-compiled / optimized
812
__pycache__/

0 commit comments

Comments
 (0)