blob: 8d6e5e01fb300bb06c0dd5a784f2224b51b18867 [file] [log] [blame]
Alexander Lucas2e8e52d2013-04-12 15:37:22 -07001# 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
Trevor Johnsc79eec82014-12-02 11:45:57 -080012.google/
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070013bin/
14out/
Trevor Johnsa6b46362013-10-30 16:38:01 -070015src/common
16src/template
17_index.jd
Trevor Johnsc79eec82014-12-02 11:45:57 -080018CONTRIBUTING.md
19LICENSE
Trevor Johns8c4ab652014-12-08 12:35:52 -080020NOTICE
Trevor Johnsc79eec82014-12-02 11:45:57 -080021README.md
Trevor Johnsda1fc6f2014-10-24 20:36:49 -070022README-wear.txt
Nicole Borrellie665ffe2018-12-20 13:58:29 +010023.DS_Store
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070024
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
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070029# Build stuff (auto-generated by android update project ...)
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070030ant.properties
31local.properties
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070032
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
Trevor Johnsa6b46362013-10-30 16:38:01 -070044##Gradle-based build
45.gradle
46build/
47