24 lines
577 B
JSON
24 lines
577 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install)",
|
|
"Bash(npx:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(netstat:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(npm run db:generate:*)",
|
|
"Bash(docker ps:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(az webapp config appsettings list:*)",
|
|
"Bash(node:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(echo:*)",
|
|
"Bash(git -C ka-note check-ignore .env)",
|
|
"Bash(git -C . check-ignore ka-note/.env)",
|
|
"Bash(git check-ignore:*)"
|
|
]
|
|
}
|
|
}
|