by-crm/.claude/settings.local.json
2026-01-27 18:03:26 +08:00

17 lines
330 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:*)",
"Bash(pnpm run build)",
"Bash(mvn compile:*)"
]
}
}