From 336f235684ca5e86ff077bdd94abf4bd13b1ca2e 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:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=81=9C=E6=AD=A2=E8=BF=BD=E8=B9=A4?= =?UTF-8?q?=20Claude=20Code=20=E5=80=8B=E4=BA=BA=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E6=AA=94=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 從版本控制中移除 .claude/settings.local.json - 添加 .claude/ 目錄到 .gitignore - 保持個人化 Claude Code 設定的私密性 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/settings.local.json | 42 ------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 27fb2c3..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "permissions": { - "allow": [ - "Read(//Users/jettcheng1018/code/**)", - "Bash(npm install)", - "Bash(npm install:*)", - "Bash(npx:*)", - "Bash(tree:*)", - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(xargs:*)", - "Bash(npm init:*)", - "Bash(npm run dev:*)", - "Bash(npm uninstall:*)", - "Bash(git push:*)", - "Bash(rm:*)", - "Bash(dotnet new:*)", - "Bash(brew install:*)", - "Bash(chmod:*)", - "Bash(./install-dotnet.sh:*)", - "Bash(export PATH=\"$HOME/.dotnet:$PATH\")", - "Bash(export DOTNET_ROOT=\"$HOME/.dotnet\")", - "Bash(dotnet --version)", - "Bash(bash:*)", - "Bash(dotnet add package:*)", - "Bash(dotnet build)", - "Bash(grep:*)", - "Bash(./start-frontend.sh)", - "Bash(dotnet run:*)", - "Bash(./start-dotnet-api.sh:*)", - "Bash(curl:*)", - "Bash(echo:*)", - "Bash(cat:*)", - "Bash(git log:*)", - "Bash(git init:*)", - "Bash(git remote add:*)", - "Bash(sqlite3:*)" - ], - "deny": [], - "ask": [] - } -} \ No newline at end of file