android app for https://otb-tracker.outsidethebox.top tracking
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
265 B

# Gradle
.gradle/
build/
*/build/
# Android Studio
.idea/
*.iml
# Local config
local.properties
# Logs
*.log
# OS
.DS_Store
# APK outputs
*.apk
# Keystore (VERY IMPORTANT)
*.jks
*.keystore
# Secrets
secrets.properties
.env
# NDK
.externalNativeBuild/
.cxx/