.gitignore 598 B

1234567891011121314151617181920212223242526272829303132333435
  1. # OS X
  2. .DS_Store
  3. # Xcode
  4. #
  5. build/
  6. *.pbxuser
  7. !default.pbxuser
  8. *.mode1v3
  9. !default.mode1v3
  10. *.mode2v3
  11. !default.mode2v3
  12. *.perspectivev3
  13. !default.perspectivev3
  14. project.xcworkspace
  15. !default.xcworkspace
  16. xcuserdata
  17. *.xccheckout
  18. *.moved-aside
  19. DerivedData
  20. *.hmap
  21. *.ipa
  22. *.xcuserstate
  23. *.xcscmblueprint
  24. # CocoaPods
  25. #
  26. # We recommend against adding the Pods directory to your .gitignore. However
  27. # you should judge for yourself, the pros and cons are mentioned at:
  28. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  29. #
  30. Pods/
  31. Podfile.lock
  32. # SwiftPM
  33. .build