Alexander Afanasyev | dead642 | 2015-01-27 16:32:11 -0800 | [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 | build/ | ||||
16 | |||||
17 | # Local configuration file (sdk path, etc) | ||||
18 | local.properties | ||||
19 | |||||
20 | # Eclipse project files | ||||
21 | .classpath | ||||
22 | .project | ||||
23 | |||||
24 | # OSX files | ||||
25 | .DS_Store | ||||
26 | |||||
27 | # Windows thumbnail db | ||||
28 | Thumbs.db | ||||
29 | |||||
30 | # IDEA/Android Studio project files, because | ||||
31 | # the project can be imported from settings.gradle | ||||
32 | .idea | ||||
33 | *.iml | ||||
34 | |||||
35 | # Old-style IDEA project files | ||||
36 | *.ipr | ||||
37 | *.iws | ||||
38 | |||||
39 | # Gradle cache | ||||
40 | .gradle | ||||
41 | |||||
42 | # Sandbox stuff | ||||
43 | _sandbox |