vanilla/.gitignore
2015-04-11 09:01:40 +02:00

44 lines
608 B
Plaintext

# Source: https://raw.githubusercontent.com/github/gitignore/master/Android.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
# Source: http://stackoverflow.com/a/17803964
.DS_Store
# Source: https://gitlab.com/fdroid/fdroidclient/raw/master/.gitignore
gradlew
gradlew.bat
gradle-wrapper.jar
gradle-wrapper.properties
*~
*.swp
.idea/
*.iml
out
.settings/