25 lines
621 B
JSON
25 lines
621 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(/C:\\Users\\29037\\WebstormProjects\\Termix\\docker/**)",
|
|
"Bash(git fetch:*)",
|
|
"Bash(git pull:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm run electron:build:*)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(git remote set-url:*)",
|
|
"Bash(npm run dev:backend:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(node:*)",
|
|
"WebFetch(domain:ui.shadcn.com)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |