File tree Expand file tree Collapse file tree 1 file changed +65
-0
lines changed
Expand file tree Collapse file tree 1 file changed +65
-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 Dalvik VM
6+ * .dex
7+
8+ # Java class files
9+ * .class
10+
11+ # Generated files
12+ bin /
13+ gen /
14+ /.idea /workspace.xml
15+
16+ # Android Studio
17+ * .iml
18+ .gradle /
19+ .idea /
20+ .externalNativeBuild /
21+
22+ .externalNativeBuild /
23+ build /
24+ gradle /
25+
26+ # Local configuration file (sdk path, etc)
27+ local.properties
28+
29+ # Proguard folder generated by Eclipse
30+ proguard /
31+
32+ # Log Files
33+ * .log
34+
35+ # Android Studio Navigation editor temp files
36+ .navigation /
37+
38+ # Android Studio captures folder
39+ captures /
40+
41+ # OSX files
42+ .DS_Store
43+
44+
45+ greendaolib /greendaolib.iml
46+ # gradlew and gradlew.bat
47+ gradlew
48+ gradlew.bat
49+
50+ # add by tmf ignore this files for different local config
51+ gradle.properties
52+
53+
54+
55+ .idea /misc.xml
56+
57+
58+
59+ .idea /workspace.xml
60+
61+ .idea /gradle.xml
62+
63+ .idea /gradle.xml
64+
65+ .idea /misc.xml
You can’t perform that action at this time.
0 commit comments