Files
qipai/docs/repository-completeness.md
T
2026-06-15 16:56:41 +08:00

15 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 仓库完整性
| 检查项 | 当前结果 | 证据/备注 |
|---|---|---|
| Git 根目录 | PASS | 已在 `D:\qipai` 初始化。 |
| 固定远端 | PASS | `origin=ssh://git@git.txyundm.cn:2222/panda/qipai.git`。 |
| 当前分支 | PASS | `main`。 |
| 总纲文件 | PASS | 根目录存在 `V4.8.md`。 |
| 参考资料清单 | PARTIAL | 已记录外层文件、哈希和风险;4 个压缩包已隔离解包初审,仍需生成脱敏可提交摘录。 |
| 敏感信息 | PASS/PARTIAL | 明文敏感模式扫描已通过;`参考/env` 已脱敏;含秘密/真实数据风险的原始包和 SQL 已移出 Git 跟踪。 |
| 大文件 | WARN | `参考/mazongjian-server.xjar` 约 194MB,已记录哈希并作为大文件阻断项忽略。 |
| 行尾/空白 | PASS | `scripts/dev/windows/test-all.ps1` 已运行,`git diff --check` 通过。 |
| 忽略规则 | PASS | 真实 `backup/``backups/` 仍忽略;`deploy/backup/` 模板已放行并提交。 |
| 远端一致性 | PASS | 最近一次 `git push origin main` 成功,`git fetch origin main``HEAD == origin/main``292ab7f`)。 |