fix(dev-infra): add vim .swp files to gitignore (#40094)
The vim editor produces temporarily files that can end in both .swo and .swp. This commits add .swp to the .gitignore so we don't accidentaly commit temporary files. PR Close #40094
This commit is contained in:
parent
c18a9d5c79
commit
19d43af627
|
@ -19,6 +19,7 @@ pubspec.lock
|
|||
.vscode/settings.json
|
||||
.vscode/tasks.json
|
||||
*.swo
|
||||
*.swp
|
||||
modules/.settings
|
||||
modules/.vscode
|
||||
.vimrc
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue