File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed
Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change 1+ * .iml
12.gradle
23/local.properties
34/.idea /workspace.xml
45/.idea /libraries
56.DS_Store
67/build
8+ /captures
9+ .externalNativeBuild
10+
11+ # Built application files
12+ * .apk
13+ * .ap_
14+
15+ # Files for the Dalvik VM
16+ * .dex
17+
18+ # Java class files
19+ * .class
20+
21+ # Generated files
22+ bin /
23+ gen /
24+ out /
25+
26+ # Gradle files
27+ .gradle /
28+ build /
29+ /* /build /
30+
31+ # Local configuration file (sdk path, etc)
32+ local.properties
33+
34+ # Windows thumbnail db
35+ Thumbs.db
36+
37+ # Eclipse project files
38+ .classpath
39+ .project
40+
41+ # Android Studio
42+ .idea
43+ * .iml
44+
45+ # Old-style IDEA project files
46+ * .ipr
47+ * .iws
48+
49+ # Local IDEA workspace
50+ .idea /workspace.xml
51+
52+ # Sandbox stuff
53+ _sandbox
54+
55+ # Proguard folder generated by Eclipse
56+ proguard /
57+
58+ # Log Files
59+ * .log
60+
61+ /* /out
62+ /* /* /build
63+ /* /* /production
64+ * .iws
65+ * .ipr
766* ~
67+ * .swp
68+ signingConfig.gradle
You can’t perform that action at this time.
0 commit comments