(rebase) Avoid include binaries and dists in repo.

This commit is contained in:
2026-02-14 09:55:39 +08:00
commit 24808d8f75
27 changed files with 20095 additions and 0 deletions

17
nodemon.json Normal file
View File

@@ -0,0 +1,17 @@
{
"watch": ["src"],
"ignore": [
"android/source_apk/**/*",
"android/*.keystore",
"android/*.jks",
"android/build_output/**/*",
"logs/**/*",
"devices.db",
"node_modules/**/*",
"public/**/*"
],
"ext": "ts,js,json",
"exec": "ts-node src/index.ts",
"delay": 1000
}