2022-06-11 11:47:22 +08:00
|
|
|
# Gradle files
|
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
|
|
|
|
|
|
|
# Log/OS Files
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Android Studio generated files and folders
|
|
|
|
captures/
|
|
|
|
.externalNativeBuild/
|
|
|
|
.cxx/
|
|
|
|
*.apk
|
|
|
|
output.json
|
|
|
|
|
|
|
|
# IntelliJ
|
2022-01-16 21:52:21 +08:00
|
|
|
*.iml
|
2022-06-11 11:47:22 +08:00
|
|
|
.idea/
|
|
|
|
misc.xml
|
|
|
|
deploymentTargetDropDown.xml
|
|
|
|
render.experimental.xml
|
|
|
|
|
|
|
|
# Keystore files
|
|
|
|
*.jks
|
|
|
|
*.keystore
|
|
|
|
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
|
|
google-services.json
|
|
|
|
|
|
|
|
# Android Profiling
|
|
|
|
*.hprof
|
|
|
|
|
|
|
|
# Misc Files
|
2022-01-16 21:52:21 +08:00
|
|
|
.DS_Store
|
2022-06-11 11:47:22 +08:00
|
|
|
|
|
|
|
# API Keys
|
2022-01-16 21:52:21 +08:00
|
|
|
/app/src/main/java/com/pushdeer/os/AppKeys.kt
|
2022-06-11 11:47:22 +08:00
|
|
|
|
|
|
|
# Signing Keys
|
|
|
|
/key_debug.properties
|