From 62951d1806d7efdc70587b0dd93669d2da25d455 Mon Sep 17 00:00:00 2001 From: John Otander Date: Mon, 12 Oct 2015 15:40:23 -0600 Subject: [PATCH] Add .swp to the .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 182c915..40d356b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules npm-debug.log .DS_STORE +*.swp