1
0
mirror of https://github.com/stom79/exodus-android-app synced 2025-02-02 09:06:49 +01:00
Benjamin Orsini 508386adec ci: add gradle wrapper script
The wrapper is the recommended way to have stable and reproducible build across machines. That’s why I removed the .gitignore lines.
2019-05-20 19:56:50 +02:00

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/