From f70a1e77687b32e85e2c17e858fe5162cce392a2 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Fri, 22 Feb 2019 16:15:17 +0100 Subject: [PATCH] ignore vim swap files in .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f28dd99..1996eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /dist/public/by-* /dist/verification_tokens/* /dist/deletion_tokens/* +**/.*.swp +**/.*.swo