From bebe5245632c2a417c00d2e4c105b51ce3315f9c Mon Sep 17 00:00:00 2001 From: ashmrtn <3891298+ashmrtn@users.noreply.github.com> Date: Fri, 2 Sep 2022 15:55:59 -0700 Subject: [PATCH] Ignore vim swap files (#755) ## Description ignore vim swap files ## Type of change Please check the type of change your PR introduces: - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [x] :hamster: Trivial/Minor ## Issue(s) ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 222cb8a31..3fabb09e9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +/website/dist