Skip to content

Commit 4e34af7

Browse files
committed
Add claude permissions.
1 parent fba9a4b commit 4e34af7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.claude/settings.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+
"Edit",
5+
"Write",
6+
"Bash(rm:./*)",
7+
"Bash(git *)",
8+
"Bash(make *)",
9+
"Bash(npm *)"
10+
]
11+
}
12+
}

0 commit comments

Comments
 (0)