by-crm/.claude/settings.local.json
2026-01-28 16:04:49 +08:00

18 lines
351 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:*)",
"Bash(dir:*)"
]
}
}