chick_mood/.claude/settings.local.json
2025-10-22 20:05:11 +08:00

25 lines
556 B
JSON

{
"permissions": {
"allow": [
"Bash(./gradlew test:*)",
"Bash(./gradlew:*)",
"Bash(tasklist:*)",
"Bash(findstr:*)",
"Bash(sed:*)",
"Bash(adb logcat:*)",
"Bash(adb:*)",
"Bash(taskkill:*)",
"Bash(wmic:*)",
"Bash(powershell:*)",
"Bash(.gradlew testDebugUnitTest --stacktrace)",
"Bash(gradlew:*)",
"Bash(./gradlew.bat testDebugUnitTest:*)",
"Bash(find:*)",
"Bash(./gradlew.bat assembleDebug:*)",
"Bash(git init:*)"
],
"deny": [],
"ask": []
}
}