Files
openclaw-config/.gitignore
T
openclaw-314 08c140593f 迁移敏感信息到环境变量
- DeepSeek API Key → ${DEEPSEEK_API_KEY}
- .gitignore 新增 .env / docker-proxy.env 忽略规则
2026-07-15 16:56:15 +08:00

39 lines
458 B
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.
# SQLite 数据库
*.sqlite
*.sqlite-shm
*.sqlite-wal
# 会话数据
agents/*/sessions/
devices/
# 敏感配置
exec-approvals.json
# 日志
logs/
npm/
sandboxes/
# 环境变量密钥文件(.env
.env
# Docker 代理密钥文件
docker-proxy.env
# 备份文件
*.bak*
*.clobbered.*
*.last-good
*.pre-*
# 系统文件
.DS_Store
Thumbs.db
# node_modules
node_modules/
# workspace(由主工作区管理,不提交到配置仓库)
# workspace/