Files
Yuzu-GCA/.gitignore
LukeMackin 109ad813e6 fix(android): APK包名统一gca-v0.1.0 + 应用名加版本 + Gitea manifest联调
- APK: app-debug.apk → gca-v0.1.0-debug.apk
- App名: Yuzu GCA Test → Yuzu GCA v0.1.0
- MainActivity: 真实manifest拉取+JSON解析+SHA256真实比对
- Gitea Release #6: gca-v0.1.0.apk + manifest.json
- 删除旧Expo modules/ 文件
2026-07-19 15:18:30 +08:00

49 lines
421 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
screen.png