chore: gitignore 拦截根目录/结果类 PII 样本 json

health_check_results.json 等含身份证/体检 PII,补 *_results.json 与根目录 /*.json

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ila
2026-07-08 22:14:39 +08:00
co-authored by Claude Opus 4.8
parent c358f20c39
commit 00b02b76f6
+4
View File
@@ -42,6 +42,10 @@ config.local.yaml
# 含个人信息的联调样本(身份证/姓名等),如需保留请脱敏后手动 add
/samples/*.real.json
scripts/*.json
# 联调结果样本(含 PII)——任意目录,含根目录保存的结果 json
*_results.json
*_result.json
/*.json
# 账号/凭据(userName/密码/主机/代理)——只本地留存
/docs/账号.txt
# 本地联调探针脚本(硬编码了 ask/orgCode/身份证等真实值)——只本地留存