Files
Yuzu-GCA/.gitignore
LukeMackin 9f8659c293 feat(android): OTA双轨更新 — shared版本号+Android Expo/PackageInstaller
- packages/shared: 版本号解析 vX.Y.Z-dav-{client}-{build} + manifest远程检查
- packages/client-android: Expo52 + expo-updates JS bundle OTA
- PackageInstallerModule.kt: APK静默安装原生模块(~60行Kotlin)
- monorepo: pnpm workspace + 版本号体系
2026-07-19 01:41:36 +08:00

48 lines
410 B
Plaintext

# OS
.DS_Store
Thumbs.db
desktop.ini
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
npm-debug.log*
# Env
.env
.env.local
.env.*.local
# Build artifacts
node_modules/
dist/
build/
target/
*.exe
*.deb
*.apk
*.dmg
# Tauri
src-tauri/target/
# Expo / React Native
.expo/
.expo-shared/
*.tsbuildinfo
# Android
android/app/build/
android/.gradle/
android/build/
*.hprof
*.jks
*.keystore
local.properties