Files
kevisual-desktop/.claude/settings.local.json
2025-12-24 17:40:53 +08:00

13 lines
220 B
JSON

{
"permissions": {
"allow": [
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git remote add origin:*)",
"Bash(git push:*)",
"Bash(cargo check:*)"
]
}
}