diff --git a/.nodemonrc b/.nodemonrc index 428c4a7e3..f70228629 100644 --- a/.nodemonrc +++ b/.nodemonrc @@ -1,12 +1,11 @@ { "verbose": true, "ignore": [ - "client/*", - "build/*", - "test/*", - "node_modules/*", - "public/*", - "dist/*", + "client/**/*", + "build/**/*", + "test/**/*", + "public/**/*", + "dist/**/*", "test.js" ] } \ No newline at end of file