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

26 lines
541 B
JSON
Raw Normal View History

{
"env": {
"GIT_CONFIG_COUNT": "1",
"GIT_CONFIG_KEY_0": "commit.gpgsign",
"GIT_CONFIG_VALUE_0": "false"
},
"permissions": {
"defaultMode": "dontAsk",
"ask": [
"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
}
}