Files
wenzi/.claude/settings.local.json

29 lines
615 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",
"Bash(cd /home/long/project/蚊子/frontend/admin && npm run build 2>&1 | head -30)",
"Bash(npm run build 2>&1 | head -40)",
"Bash(npm run build 2>&1 | head -50)"
],
"deny": []
},
"autoApprovedAllowDangerous": true
}