Files
ghost/.claude/settings.local.json

12 lines
158 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:*)"
],
"deny": [],
"ask": []
}
}