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
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1 +1,20 @@
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user