mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
chore: watch ignore .git folder
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = {
|
||||
script: "./index.ts",
|
||||
exec_mode: "fork",
|
||||
watch: true,
|
||||
ignore_watch: ["node_modules", "repositories", "repo"],
|
||||
ignore_watch: ["node_modules", "repositories", "repo", "public", ".git", "db_backups"],
|
||||
interpreter: "node",
|
||||
interpreter_args: "--require ts-node/register",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user