Files
react-telegram/.claude/settings.local.json
2025-07-01 10:26:11 +08:00

31 lines
650 B
JSON

{
"permissions": {
"allow": [
"Bash(bun add:*)",
"Bash(bun test:*)",
"Bash(bun run:*)",
"Bash(bun info:*)",
"Bash(npm view:*)",
"Bash(find:*)",
"Bash(bun remove:*)",
"Bash(bunx tsc:*)",
"Bash(rm:*)",
"Bash(grep:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(bun tsc:*)",
"Bash(ls:*)",
"Bash(bun x tsc:*)",
"Bash(bun:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(rg:*)",
"Bash(mv:*)",
"Bash(gh workflow:*)",
"Bash(gh run list:*)",
"Bash(gh run view:*)",
"Bash(git push:*)"
],
"deny": []
}
}