chore: 更新 .gitignore 忽略本地配置和构建产物

- 添加 .clawhub/ - clawhub 配置目录
- 添加 .env.example - 环境变量模板
- 添加 config/ - 本地配置文件目录
- 添加 logs/ - 日志文件目录
This commit is contained in:
2026-04-17 11:13:38 +08:00
parent da4e6f557e
commit 61f3e79b2a

6
.gitignore vendored
View File

@@ -1,3 +1,9 @@
/target /target
/.vscode /.vscode
.sisyphus/ .sisyphus/
# Local config and environment
.clawhub/
.env.example
config/
logs/