chore(gates): ignore raw archive artifacts

This commit is contained in:
Your Name
2026-04-13 21:09:30 +08:00
parent 24e85cab43
commit 73f446318f
2 changed files with 13 additions and 0 deletions

6
.gitignore vendored
View File

@@ -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

View File

@@ -91,6 +91,13 @@
因此迁移关系不是简单的一对一“移动文件”,而是从主目录摘要文件扩展到完整证据包的收口。
本轮分类原则:
- **纳入 Git 的有效归档**`*.md``*.csv`、索引文件。
- **仅保留为本地审计留档**`*.log``*.out.log``*.log.audit.json``*.log.issue.json``*.log.server``token_runtime_bin_*`
对应忽略规则已加入仓库根 `.gitignore`,用于压缩工作区噪音,但不改变这些原始证据在本地的保留状态。
---
## 下一步执行要求