File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 11
11
# Generated files
12
12
bin /
13
13
gen /
14
+ out /
14
15
15
16
# Gradle files
16
17
.gradle /
@@ -31,9 +32,31 @@ proguard/
31
32
# Android Studio captures folder
32
33
captures /
33
34
35
+ # Keystore files
36
+ # Uncomment the following line if you do not want to check your keystore files in.
37
+ # *.jks
38
+
39
+ # External native build folder generated in Android Studio
40
+ .externalNativeBuild
41
+
42
+ # Google Services (e.g. APIs or Firebase)
43
+ google-services.json
44
+
45
+ # Freeline
46
+ freeline.py
47
+ freeline /
48
+ freeline_project_description.json
49
+
50
+ # fastlane
51
+ fastlane /report.xml
52
+ fastlane /Preview.html
53
+ fastlane /screenshots
54
+ fastlane /test_output
55
+ fastlane /readme.md
56
+
34
57
# Custom
35
58
.idea /
36
59
* .iml
37
60
.gradle
38
61
.DS_Store
39
- .externalNativeBuild
62
+ .externalNativeBuild
You can’t perform that action at this time.
0 commit comments