24 lines
483 B
JSON
24 lines
483 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(for dir in frontend_*/)",
|
|
"Bash(done)",
|
|
"Bash(rm:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(lsof:*)",
|
|
"Bash(kill:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(find:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git commit:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |