Files
cf-uploader/.claude/settings.local.json
2025-10-22 09:31:42 -05:00

17 lines
318 B
JSON

{
"permissions": {
"allow": [
"Bash(.gradlew.bat build:*)",
"Bash(echo:*)",
"Bash(gradle wrapper:*)",
"Bash(./gradlew build:*)",
"Bash(./gradlew clean build:*)",
"Bash(jar:*)",
"Bash(git log:*)",
"Bash(dir /B *.sh *.md)"
],
"deny": [],
"ask": []
}
}