blob: dd5dda7485ecd373218d4f4fcc0becaa5340623b [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
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070023
24# Libraries used by the app
25# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
26/libs
27
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070028# Build stuff (auto-generated by android update project ...)
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070029ant.properties
30local.properties
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070031
32# Eclipse project files
33.classpath
34.project
35
36# idea project files
37.idea/
38.idea/.name
39*.iml
40*.ipr
41*.iws
42
Trevor Johnsa6b46362013-10-30 16:38:01 -070043##Gradle-based build
44.gradle
45build/
46