BobStore/.gitignore
Hans-Christoph Steiner 0e1584f083 ignore gradle.properties
This file is generated by Android Studio whenever I'm using a proxy like
Tor.  Its not used otherwise, and should not be checked into git.
2016-04-05 12:44:01 +02:00

46 lines
474 B
Plaintext

# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
build.xml
# Gradle files
.gradle/
build/
gradle.properties
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Editor swap/save files
*~
*.swp
# More IDE stuff
.idea/
*.iml
out
.settings/
# Imported libs
extern/*/libs/
extern/*/*/libs/
# Tests
junit-report.xml