diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 000000000..50b9056d7 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,11 @@ +{ + "verbose": true, + "ignore": [ + "src/client", + "src/components/", + "src/containers/", + "src/store", + "src/styles", + "src/routes.jsx" + ] +}