From 6f066de09184d664e591a7883ba425ddba251b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Sat, 19 Jan 2019 23:45:27 -0200 Subject: [PATCH] Ignore .swp vim files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8c8b239..deb216d 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,6 @@ typings/ # FuseBox cache .fusebox/ +# Vim +*.swp +