From 3fda08c366793c8fbcbf701a9594ae3b2fd8bbea Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 4 Feb 2014 22:39:08 -0600 Subject: [PATCH] fix(nodemon): Add another ignore for weirdsauce Windoze dev environments --- .nodemonignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.nodemonignore b/.nodemonignore index d104457dfc..5cfae9cb6a 100644 --- a/.nodemonignore +++ b/.nodemonignore @@ -8,3 +8,4 @@ CHANGELOG.md .git* *.log newrelic_agent.log +.bower-cache*