Files
ar-inspection/.claude/settings.local.json
2025-12-10 18:05:25 +08:00

15 lines
232 B
JSON

{
"permissions": {
"allow": [
"Bash(tree:*)",
"Bash(mvn clean package:*)",
"Bash(echo:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(grep:*)"
],
"deny": [],
"ask": []
}
}