2011-08-20 00:37:35 +04:00
|
|
|
# built application files
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
|
|
|
|
|
|
|
# files for the dex VM
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# generated files
|
|
|
|
bin/
|
2014-10-28 20:43:10 +03:00
|
|
|
build/
|
2014-11-25 22:46:44 +03:00
|
|
|
*.iml
|
2011-08-20 00:37:35 +04:00
|
|
|
gen/
|
2013-08-06 13:19:30 +04:00
|
|
|
target/
|
2011-08-20 00:37:35 +04:00
|
|
|
|
2013-11-13 15:04:07 +04:00
|
|
|
# Local configuration files (sdk path, etc)
|
2011-08-20 00:37:35 +04:00
|
|
|
local.properties
|
2013-11-13 15:04:07 +04:00
|
|
|
tests/local.properties
|
2011-08-20 00:37:35 +04:00
|
|
|
|
|
|
|
# Mac .DS_Store files
|
2013-08-06 13:27:07 +04:00
|
|
|
.DS_Store
|
2013-10-21 11:29:05 +04:00
|
|
|
|
2013-11-13 15:04:07 +04:00
|
|
|
# Proguard README
|
2013-10-21 11:29:05 +04:00
|
|
|
proguard-project.txt
|
2013-11-13 15:04:07 +04:00
|
|
|
tests/proguard-project.txt
|
2013-10-21 11:29:05 +04:00
|
|
|
|
2014-11-25 22:46:44 +03:00
|
|
|
# Android Studio and Gradle specific entries
|
2014-10-03 14:33:41 +04:00
|
|
|
.gradle
|
2014-11-25 22:46:44 +03:00
|
|
|
.idea
|
|
|
|
*.iml
|
2016-09-26 18:58:37 +03:00
|
|
|
build
|
|
|
|
/gradle.properties
|
2019-08-01 01:19:12 +03:00
|
|
|
.attach_pid*
|
2019-05-09 08:38:06 +03:00
|
|
|
fastlane/Fastfile
|
2019-08-01 01:19:12 +03:00
|
|
|
*.hprof
|
2019-05-09 08:38:06 +03:00
|
|
|
|
2019-12-04 12:45:26 +03:00
|
|
|
# fastlane specific
|
|
|
|
**/fastlane/report.xml
|
|
|
|
|
|
|
|
# deliver temporary files
|
|
|
|
**/fastlane/Preview.html
|
|
|
|
|
|
|
|
# snapshot generated screenshots
|
|
|
|
**/fastlane/screenshots
|
|
|
|
|
|
|
|
# scan temporary files
|
|
|
|
**/fastlane/test_output
|