Files
pollo/.claude/settings.local.json
2025-11-23 12:25:08 +01:00

16 lines
293 B
JSON

{
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(cmake --build:*)",
"Bash(chmod:*)",
"Bash(.git/hooks/pre-commit)",
"Bash(brew --prefix:*)",
"Bash(make setup_hooks:*)",
"Bash(tools/hooks/pre-commit)"
],
"deny": [],
"ask": []
}
}