Testing finished, data ignore is back

This commit is contained in:
bingus_violet 2024-08-19 01:19:06 -05:00
parent 09611920ac
commit cbcb60d91f

View file

@ -1,7 +1,7 @@
{
"script": "index.js",
"watch": true,
"ignore_watch": ["config", ".*"],
"ignore_watch": ["config", "data", ".*"],
"watch_options": {
"followSymlinks": false
},