Skip to content

Commit acaabf6

Browse files
committed
Ignore
1 parent a1ecc47 commit acaabf6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.claude/settings.local.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(cat:*)",
5+
"Bash(composer update:*)",
6+
"Bash(vendor/bin/phpunit:*)",
7+
"Bash(vendor/bin/pint:*)",
8+
"Bash(git checkout:*)",
9+
"Bash(git add:*)",
10+
"Bash(git commit:*)"
11+
],
12+
"deny": [],
13+
"ask": []
14+
}
15+
}

0 commit comments

Comments
 (0)