File tree Expand file tree Collapse file tree 1 file changed +89
-0
lines changed Expand file tree Collapse file tree 1 file changed +89
-0
lines changed Original file line number Diff line number Diff line change @@ -66,3 +66,92 @@ fastlane/readme.md
66
66
.idea /workspace.xml___jb_old___
67
67
.idea /misc.xml
68
68
.idea /misc.xml
69
+
70
+ # Built application files
71
+ * .apk
72
+ * .aar
73
+ * .ap_
74
+ * .aab
75
+
76
+ # Files for the ART/Dalvik VM
77
+ * .dex
78
+
79
+ # Java class files
80
+ * .class
81
+
82
+ # Generated files
83
+ bin /
84
+ gen /
85
+ out /
86
+ # Uncomment the following line in case you need and you don't have the release build type files in your app
87
+ # release/
88
+
89
+ # Gradle files
90
+ .gradle /
91
+ build /
92
+
93
+ # Local configuration file (sdk path, etc)
94
+ local.properties
95
+
96
+ # Proguard folder generated by Eclipse
97
+ proguard /
98
+
99
+ # Log Files
100
+ * .log
101
+
102
+ # Android Studio Navigation editor temp files
103
+ .navigation /
104
+
105
+ # Android Studio captures folder
106
+ captures /
107
+
108
+ # IntelliJ
109
+ * .iml
110
+ .idea /workspace.xml
111
+ .idea /tasks.xml
112
+ .idea /gradle.xml
113
+ .idea /assetWizardSettings.xml
114
+ .idea /dictionaries
115
+ .idea /libraries
116
+ # Android Studio 3 in .gitignore file.
117
+ .idea /caches
118
+ .idea /modules.xml
119
+ # Comment next line if keeping position of elements in Navigation Editor is relevant for you
120
+ .idea /navEditor.xml
121
+
122
+ # Keystore files
123
+ # Uncomment the following lines if you do not want to check your keystore files in.
124
+ # *.jks
125
+ # *.keystore
126
+
127
+ # External native build folder generated in Android Studio 2.2 and later
128
+ .externalNativeBuild
129
+ .cxx /
130
+
131
+ # Google Services (e.g. APIs or Firebase)
132
+ # google-services.json
133
+
134
+ # Freeline
135
+ freeline.py
136
+ freeline /
137
+ freeline_project_description.json
138
+
139
+ # fastlane
140
+ fastlane /report.xml
141
+ fastlane /Preview.html
142
+ fastlane /screenshots
143
+ fastlane /test_output
144
+ fastlane /readme.md
145
+
146
+ # Version control
147
+ vcs.xml
148
+
149
+ # lint
150
+ lint /intermediates /
151
+ lint /generated /
152
+ lint /outputs /
153
+ lint /tmp /
154
+ # lint/reports/
155
+
156
+ # Android Profiling
157
+ * .hprof
You can’t perform that action at this time.
0 commit comments