From 00b02b76f69c2981a19b779ccc89e6790a1c64f8 Mon Sep 17 00:00:00 2001 From: ila Date: Wed, 8 Jul 2026 22:14:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=20=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E6=A0=B9=E7=9B=AE=E5=BD=95/=E7=BB=93=E6=9E=9C=E7=B1=BB=20PII?= =?UTF-8?q?=20=E6=A0=B7=E6=9C=AC=20json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit health_check_results.json 等含身份证/体检 PII,补 *_results.json 与根目录 /*.json Co-Authored-By: Claude Opus 4.8 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a8b980d..02be8f8 100644 --- a/.gitignore +++ b/.gitignore @@ -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/身份证等真实值)——只本地留存