From 73f446318fadefb59bbc91bca077cea6e8e2bbb3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Apr 2026 21:09:30 +0800 Subject: [PATCH] chore(gates): ignore raw archive artifacts --- .gitignore | 6 ++++++ reports/archive/gate_verification/INDEX_2026-04-13.md | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 5a84458a..b0d6e104 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,12 @@ reports/gates/*.log.audit.json reports/gates/*.log.issue.json reports/gates/*.log.server reports/gates/token_runtime_bin_* +reports/archive/gate_verification/*.log +reports/archive/gate_verification/*.out.log +reports/archive/gate_verification/*.log.audit.json +reports/archive/gate_verification/*.log.issue.json +reports/archive/gate_verification/*.log.server +reports/archive/gate_verification/token_runtime_bin_* # Local build output platform-token-runtime/platform-token-runtime diff --git a/reports/archive/gate_verification/INDEX_2026-04-13.md b/reports/archive/gate_verification/INDEX_2026-04-13.md index f8e087f3..5e346ba7 100644 --- a/reports/archive/gate_verification/INDEX_2026-04-13.md +++ b/reports/archive/gate_verification/INDEX_2026-04-13.md @@ -91,6 +91,13 @@ 因此迁移关系不是简单的一对一“移动文件”,而是从主目录摘要文件扩展到完整证据包的收口。 +本轮分类原则: + +- **纳入 Git 的有效归档**:`*.md`、`*.csv`、索引文件。 +- **仅保留为本地审计留档**:`*.log`、`*.out.log`、`*.log.audit.json`、`*.log.issue.json`、`*.log.server`、`token_runtime_bin_*`。 + +对应忽略规则已加入仓库根 `.gitignore`,用于压缩工作区噪音,但不改变这些原始证据在本地的保留状态。 + --- ## 下一步执行要求