soroban-abacus-flashcards/.claude/settings.local.json

22 lines
432 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(curl:*)",
"Bash(tar:*)",
"Bash(python3:*)",
"Bash(tree:*)",
"Bash(brew install:*)",
"Bash(./generate_samples.sh:*)",
"Bash(make:*)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git reset:*)",
"Bash(qpdf:*)"
],
"deny": [],
"ask": []
}
}