feat(android): add capacitor wrapper project

This commit is contained in:
DeskClaw Bot
2026-04-21 16:15:22 +00:00
Unverified
parent 3075310961
commit 60432833f2
5 changed files with 105 additions and 0 deletions

11
.gitignore vendored
View File

@@ -53,6 +53,7 @@ test-results/
*.AppImage
*.deb
*.rpm
*.apk
resources/bin
@@ -88,3 +89,13 @@ artifacts/**
!artifacts/releases/**/*.AppImage
!artifacts/releases/**/*.deb
!artifacts/releases/**/*.rpm
# Allow committing release binaries when explicitly staged under installers/.
!installers/
installers/**
!installers/**/*.exe
!installers/**/*.apk
!installers/**/*.aab
!installers/**/*.zip
!installers/**/*.yml
!installers/**/*.blockmap