.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ## Swift.gitignore
  2. # Xcode
  3. #
  4. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  5. ## User settings
  6. xcuserdata/
  7. ## Obj-C/Swift specific
  8. *.hmap
  9. ## App packaging
  10. *.ipa
  11. *.dSYM.zip
  12. *.dSYM
  13. ## Playgrounds
  14. timeline.xctimeline
  15. playground.xcworkspace
  16. # Swift Package Manager
  17. #
  18. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  19. # Packages/
  20. # Package.pins
  21. # Package.resolved
  22. # *.xcodeproj
  23. #
  24. # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
  25. # hence it is not needed unless you have added a package configuration file to your project
  26. # .swiftpm
  27. .build/
  28. # CocoaPods
  29. #
  30. # We recommend against adding the Pods directory to your .gitignore. However
  31. # you should judge for yourself, the pros and cons are mentioned at:
  32. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  33. #
  34. # Pods/
  35. #
  36. # Add this line if you want to avoid checking in source code from the Xcode workspace
  37. # *.xcworkspace
  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.
  46. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  47. # For more information about the recommended setup visit:
  48. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  49. fastlane/report.xml
  50. fastlane/Preview.html
  51. fastlane/screenshots/**/*.png
  52. fastlane/test_output