19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pip install:*)",
|
|
"Bash(python:*)",
|
|
"Bash(ping:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(dir)",
|
|
"Bash(git init:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git pull:*)"
|
|
],
|
|
"defaultMode": "acceptEdits"
|
|
}
|
|
} |