26 lines
529 B
JSON
26 lines
529 B
JSON
{
|
|
"env": {
|
|
"GIT_CONFIG_COUNT": "1",
|
|
"GIT_CONFIG_KEY_0": "commit.gpgsign",
|
|
"GIT_CONFIG_VALUE_0": "false"
|
|
},
|
|
"permissions": {
|
|
"defaultMode": "dontAsk",
|
|
"ask": [
|
|
"Bash(git commit)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git * commit)",
|
|
"Bash(git * commit:*)",
|
|
"Bash(git push)",
|
|
"Bash(git push:*)",
|
|
"Bash(git * push)",
|
|
"Bash(git * push:*)"
|
|
]
|
|
},
|
|
"sandbox": {
|
|
"enabled": true,
|
|
"autoAllowBashIfSandboxed": true,
|
|
"allowUnsandboxedCommands": false
|
|
}
|
|
}
|