Private
Public Access
1
0
Files
Kordophone/.claude/settings.local.json

16 lines
320 B
JSON
Raw Normal View History

2025-05-28 14:57:12 -07:00
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(cargo build:*)",
2025-07-15 16:39:57 -07:00
"Bash(diesel migration generate:*)",
"Bash(cargo clean:*)",
"Bash(git describe:*)",
"Bash(git add:*)",
2025-07-15 18:04:11 -07:00
"Bash(git commit:*)",
"Bash(git tag:*)",
"Bash(git stash:*)"
2025-05-28 14:57:12 -07:00
],
"deny": []
}
}