Files
NASOpenClaw/.gitignore
Tyrone CT 4aa21f25fa feat: 简化资质库 + 内部客户名单(不上Git) + SYNC.md 同步矩阵
- credentials.md: 删掉证书编号/有效期/软著清单/ISO/CMMI/团队资质等详细占位表,精简为三条核心资质 + 引用范式 + 合规边界
- 新增 brand/clients-internal.md: 8 个真实客户(大金/海立/日立/丰田/西门子/巨石/格力高/新如) + 代称规则,通过 .gitignore 排除不上 Git
- 更新 .gitignore: 排除 workspace/brand/*-internal.md 及 secrets/
- 新增 SYNC.md: 回答哪些文件进 Gitea、哪些给 OpenClaw 容器的小橙、rsync 同步命令
2026-04-18 19:20:28 +08:00

70 lines
1.2 KiB
Plaintext
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.
# ========================
# OpenClaw Workspace 运行时产物(由小橙在 NAS 容器内生成,不纳入版本库)
# ========================
workspace/drafts/
workspace/published/
workspace/reports/
workspace/state/
workspace/assets/
# ========================
# 机密文档(仅给 NAS 容器里的小橙看,不上 Git
# ========================
workspace/brand/clients-internal.md
workspace/brand/*-internal.md
workspace/**/secrets/
# 保留各目录占位,避免 Git 丢失空文件夹(如需可手动创建 .gitkeep
# ========================
# OpenClaw 容器数据备份(如果误拷到本地)
# ========================
openclaw-data/
openclaw-backup-*/
# ========================
# 编辑器 / 系统
# ========================
.vscode/
.idea/
*.swp
*~
.DS_Store
Thumbs.db
desktop.ini
# ========================
# 大型二进制 / 敏感文件
# ========================
*.ppt
*.pptx
*.doc
*.docx
*.xls
*.xlsx
*.pdf
*.mp4
*.mov
*.avi
*.zip
*.rar
*.7z
# 凭证与密钥(严禁提交)
*.key
*.pem
*.pfx
*.p12
.env
.env.*
secrets/
credentials/
# ========================
# 日志 / 临时
# ========================
*.log
*.tmp
tmp/
temp/