mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-18 05:23:12 +10:00
30 lines
358 B
Plaintext
30 lines
358 B
Plaintext
# Gradle
|
|
.gradle/
|
|
build/
|
|
**/build/
|
|
*.apk
|
|
*.aab
|
|
*.dex
|
|
|
|
# Android
|
|
local.properties
|
|
Manager/app/release/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.DS_Store
|
|
|
|
# Keys / secrets
|
|
*.keystore
|
|
*.jks
|
|
|
|
# Reference material (APKs, original source)
|
|
Reference/
|
|
|
|
# tidal-apk/: CI consumes the top-level .apk/.apkm; ignore decompiled subdirs
|
|
*.apkm
|
|
!tidal-apk/*.apk
|
|
!tidal-apk/*.apkm
|
|
tidal-apk/*/
|