From 59e94b957ae5fc2b8675d6681778937701b0290d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E6=B2=9B=E8=BB=92?= Date: Wed, 17 Sep 2025 16:13:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20Claude=20Code=20?= =?UTF-8?q?=E5=80=8B=E4=BA=BA=E8=A8=AD=E5=AE=9A=E6=AA=94=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .claude/ 目錄到 .gitignore - 避免個人化 Claude Code 設定被提交到版本控制 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb94054..7820f68 100644 --- a/.gitignore +++ b/.gitignore @@ -70,4 +70,7 @@ logs/ # OS files Thumbs.db -ehthumbs.db \ No newline at end of file +ehthumbs.db + +# Claude Code personal settings +.claude/ \ No newline at end of file