Skip to content

Commit

Permalink
Corrected patterns of VIM swap-files in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Loureas committed May 4, 2022
1 parent b49359b commit 6ae020b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
.env

# VIM/Neovim Swap-files
.+?\.sw.?
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Byte-compiled / optimized
__pycache__/
Expand Down

0 comments on commit 6ae020b

Please sign in to comment.