From c33d40e3e367badcec6906939d86c787bbd3459d Mon Sep 17 00:00:00 2001 From: Maciej Matysiak <103054339+mmgovuk@users.noreply.github.com> Date: Fri, 14 Jul 2023 08:41:43 +0100 Subject: [PATCH] Added **/*.swp (vim swap files) to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b83ccca62e9..def069f7547 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,7 @@ tmp/ out/ .idea_modules/ -.tfsec/ \ No newline at end of file +.tfsec/ + +# vim +**/*.swp \ No newline at end of file