1# built application files 2*.apk 3*.ap_ 4# files for the dex VM 5*.dex 6# Java class files 7*.class 8# generated files 9bin/ 10build/ 11gen/ 12out/ 13# Local configuration file (sdk path, etc) 14local.properties 15# Eclipse project files 16.classpath 17.project 18# Windows thumbnail db 19.DS_Store 20# Idea project fileS 21*.iml 22*.ipr 23*.iws 24.idea/ 25# Gradle config files 26.gradle/ 27# Sandbox stuff 28_sandbox 29bazel-*/ 30