16 lines
259 B
JSON
16 lines
259 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(npm install:*)",
|
||
|
|
"Bash(npm run build)",
|
||
|
|
"Bash(wait:*)",
|
||
|
|
"Bash(tree:*)",
|
||
|
|
"Bash(cat:*)",
|
||
|
|
"Bash(git rm:*)",
|
||
|
|
"Bash(git check-ignore:*)"
|
||
|
|
],
|
||
|
|
"deny": [],
|
||
|
|
"ask": []
|
||
|
|
}
|
||
|
|
}
|