File tree 1 file changed +58
-0
lines changed
1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change
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
+
15
+ # Local configuration file (sdk path, etc)
16
+ local.properties
17
+ project.properties
18
+
19
+ # Eclipse project files
20
+ .classpath
21
+ .project
22
+
23
+ # Proguard folder generated by Eclipse
24
+ proguard /
25
+ proguard-project.txt
26
+
27
+ # Intellij project files
28
+ * .iml
29
+ * .ipr
30
+ * .iws
31
+ .idea /
32
+
33
+ * .pydevproject
34
+ .project
35
+ .metadata
36
+ bin /**
37
+ tmp /**
38
+ tmp /** /*
39
+ * .tmp
40
+ * .bak
41
+ * .swp
42
+ * ~.nib
43
+ local.properties
44
+ .classpath
45
+ .settings /
46
+ .loadpath
47
+
48
+ # External tool builders
49
+ .externalToolBuilders /
50
+
51
+ # Locally stored "Eclipse launch configurations"
52
+ * .launch
53
+
54
+ # CDT-specific
55
+ .cproject
56
+
57
+ # PDT-specific
58
+ .buildpath
You can’t perform that action at this time.
0 commit comments