File tree 1 file changed +81
-0
lines changed
1 file changed +81
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Built application files
2
+ * .apk
3
+ * .aar
4
+ * .ap_
5
+ * .aab
6
+
7
+ ! libs /* .aar
8
+
9
+ # Files for the ART/Dalvik VM
10
+ * .dex
11
+
12
+ # Java/JDK files
13
+ * .class
14
+ * .hprof
15
+
16
+ # Generated files
17
+ bin /
18
+ gen /
19
+ out /
20
+ # Uncomment the following line in case you need and you don't have the release build type files in your app
21
+ # release/
22
+
23
+ # Gradle files
24
+ .gradle /
25
+ build /
26
+
27
+ # Local configuration file (sdk path, etc)
28
+ local.properties
29
+
30
+ # Proguard folder generated by Eclipse
31
+ proguard /
32
+
33
+ # Log Files
34
+ * .log
35
+
36
+ # Android Studio Navigation editor temp files
37
+ .navigation /
38
+
39
+ # Android Studio captures folder
40
+ captures /
41
+
42
+ # IntelliJ
43
+ * .iml
44
+ .idea /
45
+
46
+ # For Mac users
47
+ .DS_Store
48
+
49
+ # Keystore files
50
+ # Uncomment the following lines if you do not want to check your keystore files in.
51
+ # *.jks
52
+ # *.keystore
53
+
54
+ # External native build folder generated in Android Studio 2.2 and later
55
+ .externalNativeBuild
56
+ .cxx /
57
+
58
+ # Google Services (e.g. APIs or Firebase)
59
+ # google-services.json
60
+
61
+ # Freeline
62
+ freeline.py
63
+ freeline /
64
+ freeline_project_description.json
65
+
66
+ # fastlane
67
+ fastlane /report.xml
68
+ fastlane /Preview.html
69
+ fastlane /screenshots
70
+ fastlane /test_output
71
+ fastlane /readme.md
72
+
73
+ # Version control
74
+ vcs.xml
75
+
76
+ # lint
77
+ lint /intermediates /
78
+ lint /generated /
79
+ lint /outputs /
80
+ lint /tmp /
81
+ # lint/reports/
You can’t perform that action at this time.
0 commit comments