12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # Built application files
- *.apk
- *.ap_
- # Files for the ART/Dalvik VM
- *.dex
- # Java class files
- *.class
- # Generated files
- bin/
- gen/
- out/
- # Local configuration file (sdk path, etc)
- local.properties
- tests/local.properties
- # Proguard folder generated by Eclipse
- proguard/
- # Log Files
- *.log
- # Android Studio and Gradle specific entries
- *.iml
- .gradle
- .idea
- build
- /gradle.properties
- captures/
- .navigation/
- app/gplay/
- # Keystore files
- *.jks
- # External native build folder generated in Android Studio 2.2 and later
- .externalNativeBuild
- # Google Services (e.g. APIs or Firebase)
- #google-services.json
- #app/google-services.json
- # Freeline
- freeline.py
- freeline/
- freeline_project_description.json
- .DS_Store
|