16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(cargo build:*)",
|
|
"Bash(diesel migration generate:*)",
|
|
"Bash(cargo clean:*)",
|
|
"Bash(git describe:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git tag:*)",
|
|
"Bash(git stash:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |