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