Twidere-App-Android-Twitter.../.gitignore

42 lines
462 B
Plaintext
Raw Permalink Normal View History

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