Raw File
.gitignore
# use glob syntax
syntax: glob

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class
*.pyc

# generated files
bin/
gen/
proguard_cache/
target/
tmp/
results/
data/

# Local configuration file (sdk path, etc)
local.properties
.cache
.classpath
.project
.settings/
*.iml
.idea/

# Emacs files
*~
\#*\#


# Other large files
*.zip
*.tar.gz
back to top