Files
openclaw-config/.gitignore
T

44 lines
557 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/
# workspace-sql(独立 git 仓库,不是父仓库的子模块)
workspace-sql/
__pycache__/