Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 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 | ||||
Trevor Johns | c79eec8 | 2014-12-02 11:45:57 -0800 | [diff] [blame] | 12 | .google/ |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 13 | bin/ |
14 | out/ | ||||
Trevor Johns | a6b4636 | 2013-10-30 16:38:01 -0700 | [diff] [blame] | 15 | src/common |
16 | src/template | ||||
17 | _index.jd | ||||
Trevor Johns | c79eec8 | 2014-12-02 11:45:57 -0800 | [diff] [blame] | 18 | CONTRIBUTING.md |
19 | LICENSE | ||||
Trevor Johns | 8c4ab65 | 2014-12-08 12:35:52 -0800 | [diff] [blame] | 20 | NOTICE |
Trevor Johns | c79eec8 | 2014-12-02 11:45:57 -0800 | [diff] [blame] | 21 | README.md |
Trevor Johns | da1fc6f | 2014-10-24 20:36:49 -0700 | [diff] [blame] | 22 | README-wear.txt |
Douglas Sigelbaum | 0736666 | 2017-06-16 14:50:29 -0700 | [diff] [blame] | 23 | .DS_STORE |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 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 | |||||
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 29 | # Build stuff (auto-generated by android update project ...) |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 30 | ant.properties |
31 | local.properties | ||||
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 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 | |||||
Trevor Johns | a6b4636 | 2013-10-30 16:38:01 -0700 | [diff] [blame] | 44 | ##Gradle-based build |
45 | .gradle | ||||
46 | build/ | ||||
47 |