nci/nodemon.json
2016-01-31 20:38:58 +03:00

9 lines
104 B
JSON

{
"ignoreRoot": [".git"],
"ignore": [
"data",
"node_modules/*/node_modules/"
],
"watch": "./"
}