Ignore vim swap files (#755)
## Description ignore vim swap files ## Type of change Please check the type of change your PR introduces: - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [x] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
e5ca159ad7
commit
bebe524563
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
.vscode
|
.vscode
|
||||||
|
*.swp
|
||||||
|
|
||||||
# Standard configuration file names
|
# Standard configuration file names
|
||||||
.corso_test.toml
|
.corso_test.toml
|
||||||
@ -21,4 +22,4 @@
|
|||||||
# Build directories
|
# Build directories
|
||||||
/bin
|
/bin
|
||||||
/docker/bin
|
/docker/bin
|
||||||
/website/dist
|
/website/dist
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user