chore: 源材料不入库,改为本地留存

将厂家"内部资料注意保密"的 OSI 规范 docx/xlsx 从版本控制移除(git rm --cached,
保留本地文件),并在 .gitignore 中忽略 *.docx/*.xlsx;CLAUDE.md 同步说明。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ila
2026-05-30 13:10:18 +08:00
co-authored by Claude Opus 4.8
parent 3498542b07
commit e1fe1a92e6
4 changed files with 4 additions and 1 deletions
+3
View File
@@ -38,4 +38,7 @@ config.local.yaml
/tmp/
# 含个人信息的联调样本(身份证/姓名等),如需保留请脱敏后手动 add
/samples/*.real.json
# 厂家源材料(标注"内部资料注意保密")——只在本地留存,不入库
*.docx
*.xlsx