From bad9efd4fe3d561ac32281e6d544e092923f93c0 Mon Sep 17 00:00:00 2001 From: oleg Date: Sun, 31 Jan 2016 20:38:58 +0300 Subject: [PATCH] better ignore rules for nodemon --- nodemon.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nodemon.json b/nodemon.json index 9388926..14e611a 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,9 +1,8 @@ { "ignoreRoot": [".git"], "ignore": [ - "data ", - "node_modules/nci-classic-ui/node_modules/", - "node_modules/nci-projects-reloader/node_modules/" + "data", + "node_modules/*/node_modules/" ], "watch": "./" }