Update Vim.gitignore (#3169)
.svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
This commit is contained in:
parent
499ae899e7
commit
41ec05833a
@ -1,5 +1,6 @@
|
|||||||
# Swap
|
# Swap
|
||||||
[._]*.s[a-v][a-z]
|
[._]*.s[a-v][a-z]
|
||||||
|
!*.svg # comment out if you don't need vector files
|
||||||
[._]*.sw[a-p]
|
[._]*.sw[a-p]
|
||||||
[._]s[a-rt-v][a-z]
|
[._]s[a-rt-v][a-z]
|
||||||
[._]ss[a-gi-z]
|
[._]ss[a-gi-z]
|
||||||
|
Loading…
Reference in New Issue
Block a user