BigBrainParking/.gitignore
Hank a8ba1fcae4
Some checks failed
build-apk / build (push) Failing after 5m9s
Release signing fix + Obtainium install guide + publish script
- Fix withReleaseSigning: RN template's unconditional debug signingConfig was
  overriding the release key. Now uses the release key when BBP_UPLOAD_* is set
  (verified: APK signed CN=BigBrainParking), else debug.
- INSTALL.md: dead-simple Obtainium setup (one-tap obtainium:// link + manual
  Forgejo-source steps). README links it.
- scripts/publish-release.sh: create a Forgejo release + upload the signed APK.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 13:27:19 -07:00

24 lines
260 B
Text

# Dependencies
node_modules/
# Builds
dist/
app/android/
app/ios/
app/.expo/
*.apk
*.aab
# Secrets / local capture
**/.creds.json
**/capture/
*.keystore
*.jks
# The original app artifact (local only, not source)
*.xapk
# OS / editor
.DS_Store
*.log
.keys/