Update ignore watch

This commit is contained in:
bingus_violet 2024-08-08 23:01:30 -05:00
parent 996b063007
commit a94cfb6828

View file

@ -1,7 +1,7 @@
{
"script": "index.js",
"watch": true,
"ignore_watch": ["cache"],
"ignore_watch": ["cache/imgs", "cache/songs"],
"watch_options": {
"followSymlinks": false
},