14 lines
268 B
JSON
14 lines
268 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:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |