Files
martial-admin-mini/.claude/settings.local.json
2025-12-12 18:28:57 +08:00

19 lines
317 B
JSON

{
"permissions": {
"allow": [
"Bash(tree:*)",
"Bash(find:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git tag:*)",
"Bash(git checkout:*)",
"Bash(ls:*)",
"Bash(done)",
"Bash(cat:*)",
"Bash(git push:*)"
],
"deny": [],
"ask": []
}
}