2014-09-20 13:33:27 +08:00
|
|
|
# Built application files
|
2014-07-03 13:48:39 +08:00
|
|
|
/build
|
2014-09-20 13:33:27 +08:00
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
|
|
|
|
|
|
|
# Gradle generated files
|
|
|
|
.gradle/
|
|
|
|
|
|
|
|
# Signing files
|
|
|
|
.signing/
|
|
|
|
|
|
|
|
# User-specific configurations
|
|
|
|
/.idea
|
|
|
|
*.iml
|
2017-03-04 00:26:36 +08:00
|
|
|
gradle-app.setting
|
2014-09-20 13:33:27 +08:00
|
|
|
|
|
|
|
# OS-specific files
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Private files
|
2017-03-01 14:32:55 +08:00
|
|
|
/private
|
2017-02-15 13:32:45 +08:00
|
|
|
|
2017-03-01 14:32:55 +08:00
|
|
|
# Local files
|
2017-03-05 16:08:09 +08:00
|
|
|
/captures
|
2017-03-18 14:20:57 +08:00
|
|
|
/reports
|
2017-03-05 16:08:09 +08:00
|
|
|
|
2017-05-02 10:59:27 +08:00
|
|
|
# Temp files
|
|
|
|
/temp
|
|
|
|
|
2017-03-05 16:08:09 +08:00
|
|
|
# JRE error dumps
|
2017-09-28 17:50:21 +08:00
|
|
|
hs_err_*.log
|
|
|
|
|
2018-02-21 10:19:47 +08:00
|
|
|
# NDK related
|
2017-09-28 17:50:21 +08:00
|
|
|
.externalNativeBuild/
|