Files
frame44-landing-page/.claude/settings.json
2026-07-16 16:36:46 -04:00

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 *)"
]
}
}