Files
linux-image-manager/.claude/settings.json

21 lines
421 B
JSON
Raw Normal View History

{
"permissions": {
"defaultMode": "dontAsk",
"deny": [
"Bash(git push)",
"Bash(git push:*)",
"Bash(git commit)",
"Bash(git commit:*)",
"Bash(git -C * push)",
"Bash(git -C * push:*)",
"Bash(git -C * commit)",
"Bash(git -C * commit:*)"
]
},
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": true,
"allowUnsandboxedCommands": false
}
}