mirror of
https://github.com/stom79/exodus-android-app
synced 2024-12-23 01:58:03 +01:00
508386adec
The wrapper is the recommended way to have stable and reproducible build across machines. That’s why I removed the .gitignore lines.
26 lines
252 B
Plaintext
26 lines
252 B
Plaintext
*.apk
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
/*/build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
#android-studio file
|
|
.idea
|
|
*.iml
|
|
|
|
captures/
|