42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
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:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(dotnet new:*)",
|
|
"Bash(brew install:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(./install-dotnet.sh:*)",
|
|
"Bash(export PATH=\"$HOME/.dotnet:$PATH\")",
|
|
"Bash(export DOTNET_ROOT=\"$HOME/.dotnet\")",
|
|
"Bash(dotnet --version)",
|
|
"Bash(bash:*)",
|
|
"Bash(dotnet add package:*)",
|
|
"Bash(dotnet build)",
|
|
"Bash(grep:*)",
|
|
"Bash(./start-frontend.sh)",
|
|
"Bash(dotnet run:*)",
|
|
"Bash(./start-dotnet-api.sh:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(echo:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(sqlite3:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |