Files
web-imposter-game/.gitignore
Dasemu fd06e2fe83 feat(android): add Capacitor setup for Android APK builds
- Migrate web assets from root to www/ directory
- Add Android native project with Capacitor 8
- Add GitHub Actions workflow for automated APK builds
- Configure app identity and splash screens
2026-01-21 18:08:57 +01:00

21 lines
284 B
Plaintext

.idea/
# Dependencies
node_modules/
# Android build artifacts
android/app/build/
android/.gradle/
android/local.properties
android/keystore.properties
*.apk
*.aab
*.keystore
*.jks
# iOS build artifacts (if added later)
ios/App/Pods/
ios/App/App.xcworkspace/
ios/DerivedData/
*.ipa