blob: 9565aff781538362b25a921949139edebee1c23d [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
20README.md
Trevor Johnsda1fc6f2014-10-24 20:36:49 -070021README-wear.txt
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070022
23# Libraries used by the app
24# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
25/libs
26
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070027# Build stuff (auto-generated by android update project ...)
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070028ant.properties
29local.properties
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070030
31# Eclipse project files
32.classpath
33.project
34
35# idea project files
36.idea/
37.idea/.name
38*.iml
39*.ipr
40*.iws
41
Trevor Johnsa6b46362013-10-30 16:38:01 -070042##Gradle-based build
43.gradle
44build/
45