1# built application files 2*.apk 3*.ap_ 4 5# files for the dex VM 6*.dex 7 8# Java class files 9*.class 10 11# generated files 12.google/ 13bin/ 14out/ 15src/common 16src/template 17_index.jd 18CONTRIBUTING.md 19LICENSE 20NOTICE 21README.md 22README-wear.txt 23.DS_Store 24 25# Libraries used by the app 26# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc. 27/libs 28 29# Build stuff (auto-generated by android update project ...) 30ant.properties 31local.properties 32 33# Eclipse project files 34.classpath 35.project 36 37# idea project files 38.idea/ 39.idea/.name 40*.iml 41*.ipr 42*.iws 43 44##Gradle-based build 45.gradle 46build/ 47 48