From 61f3e79b2a52b663f2447e51fa4babadbcdb1475 Mon Sep 17 00:00:00 2001 From: Milky0217 Date: Fri, 17 Apr 2026 11:13:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=9C=AC=E5=9C=B0=E9=85=8D=E7=BD=AE=E5=92=8C?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .clawhub/ - clawhub 配置目录 - 添加 .env.example - 环境变量模板 - 添加 config/ - 本地配置文件目录 - 添加 logs/ - 日志文件目录 --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e9592a..fe46479 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ /target /.vscode -.sisyphus/ \ No newline at end of file +.sisyphus/ + +# Local config and environment +.clawhub/ +.env.example +config/ +logs/ \ No newline at end of file