- 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
21 lines
284 B
Plaintext
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
|