Skip to content

Commit 613cbd2

Browse files
committed
chore: Claude Code 권한 설정 정리 (git/gh 와일드카드 통합)
1 parent a14dec6 commit 613cbd2

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(git rm --cached -r docs/)",
5-
"Bash(git add .gitignore .github/workflows/publish.yml)",
6-
"Bash(git commit:*)",
7-
"Bash(git push origin main)",
8-
"Bash(git add index.qmd README.md)",
9-
"Bash(git add -A)",
10-
"Bash(git add:*)",
4+
"Bash(git:*)",
115
"Bash(gh:*)",
126
"Skill(update-config)",
13-
"Skill(update-config:*)",
14-
"Bash(git stash:*)",
15-
"Bash(git checkout:*)"
7+
"Skill(update-config:*)"
168
]
179
}
1810
}

0 commit comments

Comments
 (0)