29 lines
579 B
JSON
29 lines
579 B
JSON
{
|
|
"permissions": {
|
|
"defaultMode": "acceptEdits",
|
|
"allow": [
|
|
"Bash(npm install *)",
|
|
"Bash(npm run *)",
|
|
"Bash(npx @11ty/eleventy *)",
|
|
"Bash(npx eleventy *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)",
|
|
"Bash(git status)",
|
|
"Bash(git diff *)",
|
|
"Bash(git log *)",
|
|
"Bash(mkdir *)",
|
|
"Bash(ls *)"
|
|
],
|
|
"ask": [
|
|
"Bash(git push *)",
|
|
"Bash(npm publish *)"
|
|
],
|
|
"deny": [
|
|
"Read(.env)",
|
|
"Read(**/.env*)",
|
|
"Bash(rm -rf *)",
|
|
"Bash(curl *)",
|
|
"Bash(wget *)"
|
|
]
|
|
}
|
|
} |