File tree 1 file changed +45
-8
lines changed
1 file changed +45
-8
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 ART/Dalvik VM
6
+ * .dex
7
+
8
+ # Java class files
9
+ * .class
10
+
11
+ # Generated files
12
+ bin /
13
+ gen /
14
+ out /
15
+
16
+ # Gradle files
17
+ .gradle /
18
+ build /
19
+
20
+ # Local configuration file (sdk path, etc)
21
+ local.properties
22
+
23
+ # Proguard folder generated by Eclipse
24
+ proguard /
25
+
26
+ # Log Files
27
+ * .log
28
+
29
+ # Android Studio Navigation editor temp files
30
+ .navigation /
31
+
32
+ # Android Studio captures folder
33
+ captures /
34
+
35
+ # Intellij
1
36
* .iml
2
- .gradle
3
- /local.properties
4
- /.idea /libraries
5
- /.idea /modules.xml
6
- /.idea /workspace.xml
37
+ .idea /
38
+ .idea /workspace.xml
39
+
40
+ # Keystore files
41
+ * .jks
42
+
43
+ # Mac
7
44
.DS_Store
8
- / build
9
- / captures
45
+
46
+ # Other
10
47
.externalNativeBuild
11
- google-services.json
48
+ google-services.json
You can’t perform that action at this time.
0 commit comments