Alexander Afanasyev | ccb373d | 2016-01-25 11:28:18 -0800 | [diff] [blame] | 1 | # Maven build |
2 | target/ | ||||
3 | |||||
4 | # Java class files | ||||
5 | *.class | ||||
6 | |||||
7 | # generated files | ||||
8 | bin/ | ||||
9 | gen/ | ||||
10 | out/ | ||||
11 | obj/ | ||||
12 | build/ | ||||
13 | app/src/*/libs/ | ||||
14 | app/src/*/obj/ | ||||
15 | |||||
16 | # Local configuration file (sdk path, etc) | ||||
17 | local.properties | ||||
18 | |||||
19 | # Eclipse project files | ||||
20 | .classpath | ||||
21 | .project | ||||
22 | |||||
23 | # OSX files | ||||
24 | .DS_Store | ||||
25 | |||||
26 | # Windows thumbnail db | ||||
27 | Thumbs.db | ||||
28 | |||||
29 | # IDEA/Android Studio project files, because | ||||
30 | # the project can be imported from settings.gradle | ||||
31 | .idea | ||||
32 | *.iml | ||||
33 | gradle-app.setting | ||||
34 | nb-configuration.xml | ||||
35 | |||||
36 | # Old-style IDEA project files | ||||
37 | *.ipr | ||||
38 | *.iws | ||||
39 | |||||
40 | # Gradle cache | ||||
41 | .gradle | ||||
42 | gradle.properties | ||||
43 | |||||
44 | # Sandbox stuff | ||||
45 | _sandbox | ||||
46 | |||||
47 | # Emacs stuff | ||||
48 | prj.el |