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:
@@ -38,4 +38,7 @@ config.local.yaml
|
||||
/tmp/
|
||||
# 含个人信息的联调样本(身份证/姓名等),如需保留请脱敏后手动 add
|
||||
/samples/*.real.json
|
||||
# 厂家源材料(标注"内部资料注意保密")——只在本地留存,不入库
|
||||
*.docx
|
||||
*.xlsx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user