gitignore/Android.gitignore

56 lines
853 B
Plaintext
Raw Permalink Normal View History

2014-01-17 00:29:58 +01:00
# Built application files
2010-11-08 22:26:12 +01:00
*.apk
*.ap_
# Files for the ART/Dalvik VM
2010-11-08 22:26:12 +01:00
*.dex
# Java class files
*.class
2014-01-17 00:29:58 +01:00
# Generated files
bin/
gen/
out/
2014-01-17 00:29:58 +01:00
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
2014-04-19 14:40:57 +02:00
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
2016-03-16 10:17:51 +01:00
# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
2017-01-13 10:45:58 +01:00
# Google Services (e.g. APIs or Firebase)
google-services.json
2017-01-17 06:45:59 +01:00
2017-02-09 19:07:51 +01:00
# Freeline
2017-01-17 06:45:59 +01:00
freeline.py
freeline/
freeline_project_description.json
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md