Skip to content

Commit a575def

Browse files
Newbricthaoqunjiang
authored andcommitted
chore: more accurate vim swap file ignore (#3707)
Currently this ignores more than the possible 3 character vim swap file extensions. This change will only ignore 3 letter vim swap files starting with `.sw` (most common)
1 parent 3e16924 commit a575def

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/generator/template

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/generator/template/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ yarn-error.log*
2828
*.ntvs*
2929
*.njsproj
3030
*.sln
31-
*.sw*
31+
*.sw?

0 commit comments

Comments
 (0)