Swift.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. *.xcuserstate
  20. ## Obj-C/Swift specific
  21. *.hmap
  22. *.ipa
  23. ## Playgrounds
  24. timeline.xctimeline
  25. playground.xcworkspace
  26. # Swift Package Manager
  27. #
  28. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  29. # Packages/
  30. .build/
  31. # CocoaPods
  32. #
  33. # We recommend against adding the Pods directory to your .gitignore. However
  34. # you should judge for yourself, the pros and cons are mentioned at:
  35. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  36. #
  37. # Pods/
  38. # Carthage
  39. #
  40. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  41. # Carthage/Checkouts
  42. Carthage/Build
  43. # fastlane
  44. #
  45. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  46. # screenshots whenever they are needed.
  47. # For more information about the recommended setup visit:
  48. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  49. fastlane/report.xml
  50. fastlane/Preview.html
  51. fastlane/screenshots
  52. fastlane/test_output