21 lines
392 B
JSON
21 lines
392 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dir)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(python:*)",
|
|
"Bash(conda info:*)",
|
|
"Bash(node:*)",
|
|
"Bash(npm:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |