From 8f79942377dda6618603c613ccb094f7feac44eb Mon Sep 17 00:00:00 2001 From: lyf66 Date: Mon, 3 Nov 2025 15:39:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6-=20=E6=B7=BB=E5=8A=A0=20.claude/=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=88=B0=E5=BF=BD=E7=95=A5=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 5 +++-- .gitignore | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a532dca..32e1b18 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -12,9 +12,10 @@ "Bash(xargs:*)", "Bash(find:*)", "Bash(awk:*)", - "Bash(mkdir:*)" + "Bash(mkdir:*)", + "Bash(dir:*)" ], "deny": [], "ask": [] } -} \ No newline at end of file +} diff --git a/.gitignore b/.gitignore index fca3892..6edd965 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ target/ *.iml *.ipr CLAUDE.md +.claude/ ### Eclipse ### .apt_generated .classpath @@ -36,4 +37,5 @@ build/ ### Mac OS ### .DS_Store -output/ \ No newline at end of file +output/ +/.claude/