swh:1:snp:e4c14bf6adc864136bdd52138310ba4af4723c23
Raw File
Tip revision: 8fc8bea117d4c5491062ce4e864247c4449c0bea authored by Alex Geana on 22 February 2016, 20:38:38 UTC
adding changelog
Tip revision: 8fc8bea
.gitignore
# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# Gradle files
.gradle/
build/

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

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# vim files
*.swo
*.swp

# keystore
*.jks
back to top