Alexander Afanasyev | d0fbd37 | 2015-03-12 23:26:23 -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 | ||||
12 | bin/ | ||||
13 | gen/ | ||||
14 | out/ | ||||
15 | obj/ | ||||
16 | build/ | ||||
17 | app/src/*/libs/ | ||||
18 | app/src/*/obj/ | ||||
19 | |||||
20 | # Local configuration file (sdk path, etc) | ||||
21 | local.properties | ||||
22 | |||||
23 | # Eclipse project files | ||||
24 | .classpath | ||||
25 | .project | ||||
26 | |||||
27 | # OSX files | ||||
28 | .DS_Store | ||||
29 | |||||
30 | # Windows thumbnail db | ||||
31 | Thumbs.db | ||||
32 | |||||
33 | # IDEA/Android Studio project files, because | ||||
34 | # the project can be imported from settings.gradle | ||||
35 | .idea | ||||
36 | *.iml | ||||
37 | |||||
38 | # Old-style IDEA project files | ||||
39 | *.ipr | ||||
40 | *.iws | ||||
41 | |||||
42 | # Gradle cache | ||||
43 | .gradle | ||||
44 | gradle.properties | ||||
45 | |||||
46 | # Sandbox stuff | ||||
47 | _sandbox | ||||
48 | |||||
49 | # Emacs stuff | ||||
50 | prj.el |