25
25
sdist /
26
26
var /
27
27
wheels /
28
+ pip-wheel-metadata /
29
+ share /python-wheels /
28
30
* .egg-info /
29
31
.installed.cfg
30
32
* .egg
@@ -248,6 +250,10 @@ flycheck_*.el
248
250
# directory configuration
249
251
.dir-locals.el
250
252
253
+ # network security
254
+ /network-security.data
255
+
256
+
251
257
# Vim rules
252
258
# Swap
253
259
[._ ]* .s [a-v ][a-z ]
@@ -393,11 +399,17 @@ tmtags
393
399
#
394
400
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
395
401
396
- # # Build generated
402
+ # # User settings
403
+ xcuserdata /
404
+
405
+ # # compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
406
+ * .xcscmblueprint
407
+ * .xccheckout
408
+
409
+ # # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
397
410
build /
398
411
DerivedData /
399
-
400
- # # Various settings
412
+ * .moved-aside
401
413
* .pbxuser
402
414
! default.pbxuser
403
415
* .mode1v3
@@ -406,68 +418,6 @@ DerivedData/
406
418
! default.mode2v3
407
419
* .perspectivev3
408
420
! default.perspectivev3
409
- xcuserdata /
410
-
411
- # # Other
412
- * .moved-aside
413
- * .xccheckout
414
- * .xcscmblueprint
415
-
416
- # # Obj-C/Swift specific
417
- * .hmap
418
- * .ipa
419
- * .dSYM.zip
420
- * .dSYM
421
-
422
- # # Playgrounds
423
- timeline.xctimeline
424
- playground.xcworkspace
425
-
426
- # Swift Package Manager
427
- #
428
- # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
429
- # Packages/
430
- # Package.pins
431
- # Package.resolved
432
- .build /
433
-
434
- # CocoaPods
435
- #
436
- # We recommend against adding the Pods directory to your .gitignore. However
437
- # you should judge for yourself, the pros and cons are mentioned at:
438
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
439
- #
440
- # Pods/
441
- #
442
- # Add this line if you want to avoid checking in source code from the Xcode workspace
443
- # *.xcworkspace
444
-
445
- # Carthage
446
- #
447
- # Add this line if you want to avoid checking in source code from Carthage dependencies.
448
- # Carthage/Checkouts
449
-
450
- Carthage /Build
451
-
452
- # fastlane
453
- #
454
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
455
- # screenshots whenever they are needed.
456
- # For more information about the recommended setup visit:
457
- # https://docs.fastlane.tools/best-practices/source-control/#source-control
458
-
459
- fastlane /report.xml
460
- fastlane /Preview.html
461
- fastlane /screenshots /** /* .png
462
- fastlane /test_output
463
-
464
- # Code Injection
465
- #
466
- # After new code Injection tools there's a generated folder /iOSInjectionProject
467
- # https://github.com/johnno1962/injectionforxcode
468
-
469
- iOSInjectionProject /
470
-
471
421
472
422
# Eclipse rules
473
423
0 commit comments