.gitignore 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. # OS X
  5. .DS_Store
  6. ## Build generated
  7. build/
  8. DerivedData/
  9. ## Various settings
  10. *.pbxuser
  11. !default.pbxuser
  12. *.mode1v3
  13. !default.mode1v3
  14. *.mode2v3
  15. !default.mode2v3
  16. *.perspectivev3
  17. !default.perspectivev3
  18. xcuserdata/
  19. ## Other
  20. *.moved-aside
  21. *.xccheckout
  22. *.xcscmblueprint
  23. ## Obj-C/Swift specific
  24. *.hmap
  25. *.ipa
  26. *.dSYM.zip
  27. *.dSYM
  28. # Bundler
  29. .bundle
  30. ## Playgrounds
  31. timeline.xctimeline
  32. playground.xcworkspace
  33. # Swift Package Manager
  34. #
  35. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  36. # Packages/
  37. # Package.pins
  38. .build/
  39. # CocoaPods
  40. # Pods/
  41. # Carthage
  42. Carthage
  43. # fastlane
  44. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  45. # screenshots whenever they are needed.
  46. # For more information about the recommended setup visit:
  47. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  48. Fastlane/report.xml
  49. Fastlane/Preview.html
  50. Fastlane/screenshots
  51. Fastlane/test_output
  52. Fastlane/README.md