Files
backend/.claude/settings.local.json

14 lines
225 B
JSON
Raw Normal View History

2025-07-18 17:58:07 +08:00
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(rmdir:*)",
"Bash(rm:*)",
"Bash(mvn:*)",
"Bash(./mvnw clean compile)",
"Bash(cd:*)",
"Bash(ls:*)"
2025-07-18 17:58:07 +08:00
],
"deny": []
}
}