From fab04d5e19d8acf535b04c19fd0fced784f2fc25 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 1 Oct 2014 14:12:16 +0200 Subject: [PATCH] fix .nodemonignore, reduce cpu usage --- .nodemonignore | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.nodemonignore b/.nodemonignore index 341835225b..a465c75149 100644 --- a/.nodemonignore +++ b/.nodemonignore @@ -1,13 +1,15 @@ -public/* -views/* -build -build/* +node_modules/** +.bower-cache/** +.bower-tmp/** +.bower-registry/** +public/** +views/** +build/** +.git/** Gruntfile.js CHANGELOG.md .idea* -.git* *.log newrelic_agent.log -.bower-cache* *.swp *.swx