chore: 虎牙逆向考古资料移出 git 跟踪 — rm --cached + .gitignore 兜底

不再跟踪(本地保留):
- evidence/  抓包证据/反编译/IDA 数据库/.so dump (1133 文件)
- scripts/   逆向实验脚本 (仅保留 migrate_sqlite_to_mysql.py)
- tools/     frida hook/抓包 + unidbg hydev + 虎牙协议复刻工具

保留跟踪:
- e语言/  docs/  core/huya/verification/models/  core/huya/fingerprint/

Dockerfile: COPY scripts/ 收窄为仅业务迁移脚本。
This commit is contained in:
yml2213
2026-08-30 12:56:25 +08:00
parent eef86bd855
commit 1413b4f030
1382 changed files with 10 additions and 394161 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ RUN uv venv /app/.venv && \
COPY core/ ./core/
COPY utils/ ./utils/
COPY web/backend/ ./web/backend/
COPY scripts/ ./scripts/
COPY scripts/migrate_sqlite_to_mysql.py ./scripts/migrate_sqlite_to_mysql.py
# 将应用宝 Worker 合并进同一应用镜像;其 Python 依赖已纳入项目 uv.lock。
COPY services/yyb-worker/runtime/ ./services/yyb-worker/runtime/