You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Swift.gitignore 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## Build generated
  5. build/
  6. DerivedData/
  7. ## Various settings
  8. *.pbxuser
  9. !default.pbxuser
  10. *.mode1v3
  11. !default.mode1v3
  12. *.mode2v3
  13. !default.mode2v3
  14. *.perspectivev3
  15. !default.perspectivev3
  16. xcuserdata/
  17. ## Other
  18. *.moved-aside
  19. *.xccheckout
  20. *.xcscmblueprint
  21. ## Obj-C/Swift specific
  22. *.hmap
  23. *.ipa
  24. ## Playgrounds
  25. timeline.xctimeline
  26. playground.xcworkspace
  27. # Swift Package Manager
  28. #
  29. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  30. # Packages/
  31. .build/
  32. # CocoaPods
  33. #
  34. # We recommend against adding the Pods directory to your .gitignore. However
  35. # you should judge for yourself, the pros and cons are mentioned at:
  36. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  37. #
  38. # Pods/
  39. # Carthage
  40. #
  41. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  42. # Carthage/Checkouts
  43. Carthage/Build
  44. # fastlane
  45. #
  46. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  47. # screenshots whenever they are needed.
  48. # For more information about the recommended setup visit:
  49. # https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
  50. fastlane/report.xml
  51. fastlane/screenshots