by-crm/.claude/settings.local.json
2026-01-26 16:45:05 +08:00

15 lines
271 B
JSON

{
"permissions": {
"allow": [
"Bash(tree:*)",
"Bash(pnpm add:*)",
"Bash(mvn exec:java:*)",
"Bash(mvn compile exec:java:*)",
"Bash(git rm:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git config:*)"
]
}
}