Files
ghost/.claude/settings.local.json

13 lines
187 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(git add:*)",
2025-11-07 18:05:07 +02:00
"Bash(git commit:*)",
"Bash(cargo new:*)",
"Bash(cargo check:*)"
],
"deny": [],
"ask": []
}
}