Files
ghost/.claude/settings.local.json

21 lines
436 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:*)",
"Bash(tree:*)",
"Bash(find:*)",
"Bash(cargo clippy:*)",
"Bash(cargo build:*)",
"Bash(source ~/.zshrc)",
"Bash(source ~/.cargo/env)",
"Bash(Select-String \"warning\")",
"Bash(Select-Object -First 30)"
],
"deny": [],
"ask": []
}
}