bw-expo-app/.claude/settings.local.json

28 lines
611 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:docs.expo.dev)",
"WebFetch(domain:docs.expo.dev)",
"WebSearch",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(npx eas:*)",
"Bash(npx @expo/eas-cli@latest:*)",
"Bash(npx expo install:*)",
"Bash(eas --version:*)",
"Bash(eas build:configure:*)",
"Bash(bunx:*)",
"Bash(./gradlew:*)",
"Bash(java:*)",
"Bash(where:*)",
"Bash(echo:*)",
"Bash(set:*)",
"Bash(git --version:*)",
"Bash(export:*)",
"Bash(ls:*)"
],
"deny": [],
"ask": []
}
}