[CHORE] 將 Claude Code 個人設定排除於版控外
1. .gitignore 新增 /.claude/settings.json 與 /.claude/settings.local.json,避免 session 中途授權產生的個人權限設定被誤提交。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
17f565bded
commit
74c5570661
4
.gitignore
vendored
4
.gitignore
vendored
@ -22,3 +22,7 @@ yarn-error.log
|
||||
/docs/pptx
|
||||
/scratch
|
||||
/.antigravitycli
|
||||
|
||||
# Claude Code 個人設定(權限授權等,不進版控)
|
||||
/.claude/settings.json
|
||||
/.claude/settings.local.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user