mirror of
https://github.com/Xtao-Labs/FirebaseCloudMessaging-Android.git
synced 2025-01-30 15:08:38 +00:00
56 lines
561 B
Plaintext
56 lines
561 B
Plaintext
#built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
out/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Windows thumbnail db
|
|
Thumbs.db
|
|
|
|
# OSX files
|
|
.DS_Store
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# Android Studio
|
|
*.iml
|
|
.gradle/
|
|
build/
|
|
captures/
|
|
.navigation/
|
|
|
|
# Intellij IDEA
|
|
.idea/
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Eclipse Metadata
|
|
.metadata/
|
|
|
|
# Keystore files
|
|
*.jks
|
|
|
|
.externalNativeBuild
|
|
|
|
google-services.json
|
|
|
|
app/release/
|