Files
wenzi/.claude/settings.local.json

26 lines
433 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(mvn *)",
"Bash(git *)",
"Bash(rm *)",
"Bash(mkdir *)",
"Bash(touch *)",
"Bash(cat *)",
"Bash(ls *)",
"Bash(find *)",
"Bash(grep *)",
"Bash(sed *)",
"Bash(java *)",
"Bash(python3 *)",
"Write",
"Edit",
"Read",
"Glob",
"Grep"
],
"deny": []
},
"autoApprovedAllowDangerous": true
}