From 5064e32abbdd273be7dbfa59d680a4e47b1b4c21 Mon Sep 17 00:00:00 2001 From: Alexander Cobleigh Date: Mon, 12 Oct 2020 09:56:04 +0200 Subject: [PATCH] ignore vim swap files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c42e542..82dc482 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ yarn.lock # Visual Studio Code launch.json -*.code-workspace \ No newline at end of file +*.code-workspace + +# Vim +.*.sw[a-z]