* Ignore Visual Studio's cache. * If only one of (ARTIST, ALBUMARTIST) is present, populate the other. This is only natural and most applications that implement media library population do this. * On completion of the queue, rewind to the beginning of the queue, so that a subsequent Play command will play the whole queue again. * Correct <plurals> values according to the best practices and add a CLDR rules link for translators to look for their language's specific informaiton.
43 lines
594 B
Plaintext
43 lines
594 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
|
|
*~
|
|
*.swp
|
|
.idea/
|
|
*.iml
|
|
out
|
|
.settings/
|
|
|
|
# Visual Studio 2015 cache/options directory
|
|
.vs/
|