From ba4fb956d989242ea166822ba00f24d3fe1274ca Mon Sep 17 00:00:00 2001 From: David Monllao Date: Thu, 15 May 2014 17:30:42 +0700 Subject: [PATCH] chore(nodemon): ignore Vim temp files --- .nodemonignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nodemonignore b/.nodemonignore index 5cfae9cb6a..341835225b 100644 --- a/.nodemonignore +++ b/.nodemonignore @@ -9,3 +9,5 @@ CHANGELOG.md *.log newrelic_agent.log .bower-cache* +*.swp +*.swx