Files
cf-uploader/.claude/settings.local.json
2025-10-22 13:19:06 -05:00

18 lines
341 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)",
"Bash(chmod:*)"
],
"deny": [],
"ask": []
}
}