.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Pods
  2. Introduce.xcworkspace/xcuserdata
  3. Introduce.xcodeproj/xcshareddata
  4. Podfile.lock
  5. # Miscellaneous
  6. *.class
  7. *.log
  8. *.pyc
  9. *.swp
  10. .DS_Store
  11. .atom/
  12. .buildlog/
  13. .history
  14. .svn/
  15. # Xcode
  16. #
  17. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  18. ## Build generated
  19. build/
  20. DerivedData/
  21. ## Various settings
  22. *.pbxuser
  23. !default.pbxuser
  24. *.mode1v3
  25. !default.mode1v3
  26. *.mode2v3
  27. !default.mode2v3
  28. *.perspectivev3
  29. !default.perspectivev3
  30. xcuserdata/
  31. ## Other
  32. *.moved-aside
  33. *.xccheckout
  34. *.xcscmblueprint
  35. ## Obj-C/Swift specific
  36. *.hmap
  37. *.ipa
  38. *.dSYM.zip
  39. *.dSYM
  40. ## Playgrounds
  41. timeline.xctimeline
  42. playground.xcworkspace
  43. # Swift Package Manager
  44. #
  45. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  46. # Packages/
  47. # Package.pins
  48. # Package.resolved
  49. .build/
  50. # CocoaPods
  51. #
  52. # We recommend against adding the Pods directory to your .gitignore. However
  53. # you should judge for yourself, the pros and cons are mentioned at:
  54. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  55. #
  56. Pods/
  57. Podfile.lock
  58. # Carthage
  59. #
  60. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  61. # Carthage/Checkouts
  62. Carthage/Build
  63. # fastlane
  64. #
  65. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  66. # screenshots whenever they are needed.
  67. # For more information about the recommended setup visit:
  68. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  69. fastlane/report.xml
  70. fastlane/Preview.html
  71. fastlane/screenshots/**/*.png
  72. fastlane/test_output