diff --git a/pm2-process.json b/pm2-process.json index 6565a14..1b48eb1 100644 --- a/pm2-process.json +++ b/pm2-process.json @@ -1,7 +1,7 @@ { "script": "index.js", "watch": true, - "ignore_watch": ["data"], + "ignore_watch": ["data", ".*"], "watch_options": { "followSymlinks": false },