https://github.com/lecho/hellocharts-android
Raw File
Tip revision: c41419c9afa097452dee823c7eba0e5136aa96bd authored by Leszek Wach on 18 March 2018, 20:35:52 UTC
Merge pull request #439 from TylerCarberry/patch-1
Tip revision: c41419c
.gitignore
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
build/
target/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project
.settings

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
*.iml
*.ipr
*.iws
.idea/


/.settings
/.gradle
back to top