19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(//Users/jettcheng1018/code/**)",
|
|
"Bash(npm install)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(npm init:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(npm uninstall:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |