1
+ # ## Flutter ###
2
+ # Flutter/Dart/Pub related
3
+ ** /doc /api /
4
+ .dart_tool /
5
+ .flutter-plugins
6
+ .flutter-plugins-dependencies
7
+ .packages
8
+ .pub-cache /
9
+ .pub /
10
+ build /
11
+
12
+ # Android related
13
+ ** /android /** /gradle-wrapper.jar
14
+ ** /android /.gradle
15
+ ** /android /captures /
16
+ ** /android /gradlew
17
+ ** /android /gradlew.bat
18
+ ** /android /local.properties
19
+ ** /android /** /GeneratedPluginRegistrant.java
20
+
21
+ # iOS/XCode related
22
+ ** /ios /** /* .mode1v3
23
+ ** /ios /** /* .mode2v3
24
+ ** /ios /** /* .moved-aside
25
+ ** /ios /** /* .pbxuser
26
+ ** /ios /** /* .perspectivev3
27
+ ** /ios /** /* sync /
28
+ ** /ios /** /.sconsign.dblite
29
+ ** /ios /** /.tags *
30
+ ** /ios /** /.vagrant /
31
+ ** /ios /** /DerivedData /
32
+ ** /ios /** /Icon ?
33
+ ** /ios /** /Pods /
34
+ ** /ios /** /.symlinks /
35
+ ** /ios /** /profile
36
+ ** /ios /** /xcuserdata
37
+ ** /ios /.generated /
38
+ ** /ios /Flutter /App.framework
39
+ ** /ios /Flutter /Flutter.framework
40
+ ** /ios /Flutter /Flutter.podspec
41
+ ** /ios /Flutter /Generated.xcconfig
42
+ ** /ios /Flutter /app.flx
43
+ ** /ios /Flutter /app.zip
44
+ ** /ios /Flutter /flutter_assets /
45
+ ** /ios /Flutter /flutter_export_environment.sh
46
+ ** /ios /ServiceDefinitions.json
47
+ ** /ios /Runner /GeneratedPluginRegistrant. *
48
+
49
+ # Exceptions to above rules.
50
+ ! ** /ios /** /default.mode1v3
51
+ ! ** /ios /** /default.mode2v3
52
+ ! ** /ios /** /default.pbxuser
53
+ ! ** /ios /** /default.perspectivev3
54
+ ! /packages /flutter_tools /test /data /dart_dependencies_test /** /.packages
55
+
56
+ # ## macOS ###
57
+ # General
58
+ .DS_Store
59
+ .AppleDouble
60
+ .LSOverride
61
+
62
+ # Icon must end with two \r
63
+ Icon
64
+
65
+ # Thumbnails
66
+ ._ *
67
+
68
+ # Files that might appear in the root of a volume
69
+ .DocumentRevisions-V100
70
+ .fseventsd
71
+ .Spotlight-V100
72
+ .TemporaryItems
73
+ .Trashes
74
+ .VolumeIcon.icns
75
+ .com.apple.timemachine.donotpresent
76
+
77
+ # Directories potentially created on remote AFP share
78
+ .AppleDB
79
+ .AppleDesktop
80
+ Network Trash Folder
81
+ Temporary Items
82
+ .apdisk
83
+
84
+ # ## ReactNative ###
85
+ # React Native Stack Base
86
+
87
+ .expo
88
+ __generated__
89
+
90
+ # ## ReactNative.Android Stack ###
91
+ # Built application files
92
+ * .apk
93
+ * .aar
94
+ * .ap_
95
+ * .aab
96
+
97
+ # Files for the ART/Dalvik VM
98
+ * .dex
99
+
100
+ # Java class files
101
+ * .class
102
+
103
+ # Generated files
104
+ bin /
105
+ gen /
106
+ out /
107
+ # Uncomment the following line in case you need and you don't have the release build type files in your app
108
+ # release/
109
+
110
+ # Gradle files
111
+ .gradle /
112
+
113
+ # Local configuration file (sdk path, etc)
114
+ local.properties
115
+
116
+ # Proguard folder generated by Eclipse
117
+ proguard /
118
+
119
+ # Log Files
120
+ * .log
121
+
122
+ # Android Studio Navigation editor temp files
123
+ .navigation /
124
+
125
+ # Android Studio captures folder
126
+ captures /
127
+
128
+ # IntelliJ
129
+ * .iml
130
+ .idea /workspace.xml
131
+ .idea /tasks.xml
132
+ .idea /gradle.xml
133
+ .idea /assetWizardSettings.xml
134
+ .idea /dictionaries
135
+ .idea /libraries
136
+ # Android Studio 3 in .gitignore file.
137
+ .idea /caches
138
+ .idea /modules.xml
139
+ # Comment next line if keeping position of elements in Navigation Editor is relevant for you
140
+ .idea /navEditor.xml
141
+
142
+ # Keystore files
143
+ # Uncomment the following lines if you do not want to check your keystore files in.
144
+ # *.jks
145
+ # *.keystore
146
+
147
+ # External native build folder generated in Android Studio 2.2 and later
148
+ .externalNativeBuild
149
+ .cxx /
150
+
151
+ # Google Services (e.g. APIs or Firebase)
152
+ # google-services.json
153
+
154
+ # Freeline
155
+ freeline.py
156
+ freeline /
157
+ freeline_project_description.json
158
+
159
+ # fastlane
160
+ fastlane /report.xml
161
+ fastlane /Preview.html
162
+ fastlane /screenshots
163
+ fastlane /test_output
164
+ fastlane /readme.md
165
+
166
+ # Version control
167
+ vcs.xml
168
+
169
+ # lint
170
+ lint /intermediates /
171
+ lint /generated /
172
+ lint /outputs /
173
+ lint /tmp /
174
+ # lint/reports/
175
+
176
+ # ## ReactNative.Buck Stack ###
177
+ buck-out /
178
+ .buckconfig.local
179
+ .buckd /
180
+ .buckversion
181
+ .fakebuckversion
182
+
183
+ # ## ReactNative.Gradle Stack ###
184
+ .gradle
185
+
186
+ # Ignore Gradle GUI config
187
+ gradle-app.setting
188
+
189
+ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
190
+ ! gradle-wrapper.jar
191
+
192
+ # Cache of project
193
+ .gradletasknamecache
194
+
195
+ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
196
+ # gradle/wrapper/gradle-wrapper.properties
197
+
198
+ # ## ReactNative.Linux Stack ###
199
+ * ~
200
+
201
+ # temporary files which can be created if a process still has a handle open of a deleted file
202
+ .fuse_hidden *
203
+
204
+ # KDE directory preferences
205
+ .directory
206
+
207
+ # Linux trash folder which might appear on any partition or disk
208
+ .Trash- *
209
+
210
+ # .nfs files are created when an open file is removed but is still being accessed
211
+ .nfs *
212
+
213
+ # ## ReactNative.Node Stack ###
214
+ # Logs
215
+ logs
216
+ npm-debug.log *
217
+ yarn-debug.log *
218
+ yarn-error.log *
219
+ lerna-debug.log *
220
+
221
+ # Diagnostic reports (https://nodejs.org/api/report.html)
222
+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
223
+
224
+ # Runtime data
225
+ pids
226
+ * .pid
227
+ * .seed
228
+ * .pid.lock
229
+
230
+ # Directory for instrumented libs generated by jscoverage/JSCover
231
+ lib-cov
232
+
233
+ # Coverage directory used by tools like istanbul
234
+ coverage
235
+ * .lcov
236
+
237
+ # nyc test coverage
238
+ .nyc_output
239
+
240
+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
241
+ .grunt
242
+
243
+ # Bower dependency directory (https://bower.io/)
244
+ bower_components
245
+
246
+ # node-waf configuration
247
+ .lock-wscript
248
+
249
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
250
+ build /Release
251
+
252
+ # Dependency directories
253
+ node_modules /
254
+ jspm_packages /
255
+
256
+ # TypeScript v1 declaration files
257
+ typings /
258
+
259
+ # TypeScript cache
260
+ * .tsbuildinfo
261
+
262
+ # Optional npm cache directory
263
+ .npm
264
+
265
+ # Optional eslint cache
266
+ .eslintcache
267
+
268
+ # Microbundle cache
269
+ .rpt2_cache /
270
+ .rts2_cache_cjs /
271
+ .rts2_cache_es /
272
+ .rts2_cache_umd /
273
+
274
+ # Optional REPL history
275
+ .node_repl_history
276
+
277
+ # Output of 'npm pack'
278
+ * .tgz
279
+
280
+ # Yarn Integrity file
281
+ .yarn-integrity
282
+
283
+ # dotenv environment variables file
284
+ .env
285
+ .env.test
286
+
287
+ # parcel-bundler cache (https://parceljs.org/)
288
+ .cache
289
+
290
+ # Next.js build output
291
+ .next
292
+
293
+ # Nuxt.js build / generate output
294
+ .nuxt
295
+ dist
296
+
297
+ # Gatsby files
298
+ .cache /
299
+ # Comment in the public line in if your project uses Gatsby and not Next.js
300
+ # https://nextjs.org/blog/next-9-1#public-directory-support
301
+ # public
302
+
303
+ # vuepress build output
304
+ .vuepress /dist
305
+
306
+ # Serverless directories
307
+ .serverless /
308
+
309
+ # FuseBox cache
310
+ .fusebox /
311
+
312
+ # DynamoDB Local files
313
+ .dynamodb /
314
+
315
+ # TernJS port file
316
+ .tern-port
317
+
318
+ # Stores VSCode versions used for testing VSCode extensions
319
+ .vscode-test
320
+
321
+ # ## ReactNative.Xcode Stack ###
322
+ # Xcode
323
+ #
324
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
325
+
326
+ # # User settings
327
+ xcuserdata /
328
+
329
+ # # compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
330
+ * .xcscmblueprint
331
+ * .xccheckout
332
+
333
+ # # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
334
+ DerivedData /
335
+ * .moved-aside
336
+ * .pbxuser
337
+ ! default.pbxuser
338
+ * .mode1v3
339
+ ! default.mode1v3
340
+ * .mode2v3
341
+ ! default.mode2v3
342
+ * .perspectivev3
343
+ ! default.perspectivev3
344
+
345
+ # # Gcc Patch
346
+ /* .gcno
347
+
348
+ # ## ReactNative.macOS Stack ###
349
+ # General
350
+
351
+ # Icon must end with two \r
352
+ Icon
353
+
354
+
355
+ # Thumbnails
356
+
357
+ # Files that might appear in the root of a volume
358
+
359
+ # Directories potentially created on remote AFP share
360
+
361
+ # ## VisualStudioCode ###
362
+ .vscode /*
363
+ ! .vscode /settings.json
364
+ ! .vscode /tasks.json
365
+ ! .vscode /launch.json
366
+ ! .vscode /extensions.json
367
+ * .code-workspace
368
+
369
+ # ## VisualStudioCode Patch ###
370
+ # Ignore all local history of files
371
+ .history
0 commit comments