56 lines
664 B
Text
56 lines
664 B
Text
# Google services (Firebase/FCM) config and keys
|
|
google-services.json
|
|
|
|
# Signing keystore
|
|
.keystores/
|
|
.signing/
|
|
|
|
# Playground
|
|
playground/
|
|
|
|
# Release
|
|
releases/
|
|
app/release/
|
|
|
|
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Mac files
|
|
.DS_Store
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Ignore gradle files
|
|
.gradle/
|
|
|
|
# Build outputs
|
|
build/
|
|
app/fdroid/release/
|
|
app/fdroid/debug/
|
|
app/play/release/
|
|
app/play/debug/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
proguard-project.txt
|
|
|
|
# Eclipse files
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# Android Studio/IDEA
|
|
*.iml
|
|
.idea
|