mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 01:11:04 +01:00
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash"
|
|
],
|
|
"deny": [
|
|
"Bash(git push -u origin main:*"
|
|
]
|
|
}
|
|
} |