Files
teletypegames/.claude/settings.local.json
T
2026-05-06 20:15:52 +02:00

23 lines
663 B
JSON

{
"permissions": {
"allow": [
"Bash(go build *)",
"Bash(go vet *)",
"Bash(chmod +x *)",
"Bash(xargs ruby *)",
"Bash(docker compose exec *)",
"Bash(rm /Users/tasi/Work/TTG/teletypegames/apps/frontend/src/pages/blog/\\\\[...slug\\\\].astro)",
"Bash(rm /Users/tasi/Work/TTG/teletypegames/apps/frontend/src/pages/catalog/\\\\[name\\\\].astro)",
"Bash(npm install *)",
"Bash(npx vue-tsc *)",
"Bash(npx vite *)",
"Bash(xargs ls -la)",
"Bash(xargs ls)",
"WebFetch(domain:teletypegames.org)",
"Bash(bundle install *)",
"Bash(ruby *)",
"Bash(bundle exec *)"
]
}
}