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:
ashmrtn 2022-09-02 15:55:59 -07:00 committed by GitHub
parent e5ca159ad7
commit bebe524563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -13,6 +13,7 @@
# IDE
.vscode
*.swp
# Standard configuration file names
.corso_test.toml
@ -21,4 +22,4 @@
# Build directories
/bin
/docker/bin
/website/dist
/website/dist