@@ -25,7 +25,7 @@ coverage
25
25
# nyc test coverage
26
26
.nyc_output
27
27
28
- # Grunt intermediate storage (http ://gruntjs.com/creating-plugins#storing-task-files)
28
+ # Grunt intermediate storage (https ://gruntjs.com/creating-plugins#storing-task-files)
29
29
.grunt
30
30
31
31
# Bower dependency directory (https://bower.io/)
@@ -76,6 +76,9 @@ typings/
76
76
77
77
# Serverless directories
78
78
.serverless
79
+
80
+ # FuseBox cache
81
+ .fusebox /
79
82
# Sass rules
80
83
.sass-cache /
81
84
* .css.map
254
257
.idea /** /dictionaries
255
258
.idea /** /shelf
256
259
260
+ # Generated files
261
+ .idea /** /contentModel.xml
262
+
257
263
# Sensitive or high-churn files
258
264
.idea /** /dataSources /
259
265
.idea /** /dataSources.ids
@@ -305,6 +311,9 @@ fabric.properties
305
311
# Editor-based Rest Client
306
312
.idea /httpRequests
307
313
314
+ # Android studio 3.1+ serialized cache file
315
+ .idea /caches /build_file_checksums.ser
316
+
308
317
# SublimeText rules
309
318
# Cache files for Sublime Text
310
319
* .tmlanguage.cache
@@ -363,17 +372,11 @@ tmtags
363
372
#
364
373
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
365
374
366
- # # User settings
367
- xcuserdata /
368
-
369
- # # compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
370
- * .xcscmblueprint
371
- * .xccheckout
372
-
373
- # # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
375
+ # # Build generated
374
376
build /
375
377
DerivedData /
376
- * .moved-aside
378
+
379
+ # # Various settings
377
380
* .pbxuser
378
381
! default.pbxuser
379
382
* .mode1v3
@@ -382,6 +385,68 @@ DerivedData/
382
385
! default.mode2v3
383
386
* .perspectivev3
384
387
! default.perspectivev3
388
+ xcuserdata /
389
+
390
+ # # Other
391
+ * .moved-aside
392
+ * .xccheckout
393
+ * .xcscmblueprint
394
+
395
+ # # Obj-C/Swift specific
396
+ * .hmap
397
+ * .ipa
398
+ * .dSYM.zip
399
+ * .dSYM
400
+
401
+ # # Playgrounds
402
+ timeline.xctimeline
403
+ playground.xcworkspace
404
+
405
+ # Swift Package Manager
406
+ #
407
+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
408
+ # Packages/
409
+ # Package.pins
410
+ # Package.resolved
411
+ .build /
412
+
413
+ # CocoaPods
414
+ #
415
+ # We recommend against adding the Pods directory to your .gitignore. However
416
+ # you should judge for yourself, the pros and cons are mentioned at:
417
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
418
+ #
419
+ # Pods/
420
+ #
421
+ # Add this line if you want to avoid checking in source code from the Xcode workspace
422
+ # *.xcworkspace
423
+
424
+ # Carthage
425
+ #
426
+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
427
+ # Carthage/Checkouts
428
+
429
+ Carthage /Build
430
+
431
+ # fastlane
432
+ #
433
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
434
+ # screenshots whenever they are needed.
435
+ # For more information about the recommended setup visit:
436
+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
437
+
438
+ fastlane /report.xml
439
+ fastlane /Preview.html
440
+ fastlane /screenshots /** /* .png
441
+ fastlane /test_output
442
+
443
+ # Code Injection
444
+ #
445
+ # After new code Injection tools there's a generated folder /iOSInjectionProject
446
+ # https://github.com/johnno1962/injectionforxcode
447
+
448
+ iOSInjectionProject /
449
+
385
450
386
451
# Eclipse rules
387
452
@@ -464,9 +529,14 @@ cscope.in.out
464
529
cscope.po.out
465
530
466
531
467
- # Patch & backup files
468
- * .patch
532
+ * .bak
533
+ * .gho
534
+ * .ori
535
+ * .orig
536
+ * .tmp
469
537
* .orig
538
+ * .rej
539
+ * .patch
470
540
* .diff
471
541
472
542
# Pytest profile files
0 commit comments