From ed90cb8e6271bee584714ab5712db31c54d7a051 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Mon, 31 Jul 2023 12:52:07 -0600 Subject: [PATCH] Ignore vim swp file Signed-off-by: Terry Howe --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b2d6de30..ff68c0b0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# vi +*.sw* +