Skip to content

Commit d6ece33

Browse files
hhiclaude
andcommitted
Add Claude Code settings configuration
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fcd8828 commit d6ece33

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.claude/settings.local.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git add:*)",
5+
"Bash(git commit:*)",
6+
"Bash(git push:*)",
7+
"Bash(git tag:*)"
8+
],
9+
"deny": [],
10+
"ask": []
11+
}
12+
}

0 commit comments

Comments
 (0)