Files
hassio-addons/.claude/settings.local.json
alexbelgium e8f52f16fe update
2025-08-02 10:44:47 +02:00

11 lines
191 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash"
],
"deny": [
"Bash(git push -u origin main:*"
]
}
}