.gitignore 732 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # macOS
  2. .DS_Store
  3. # Xcode
  4. build/
  5. *.pbxuser
  6. !default.pbxuser
  7. *.mode1v3
  8. !default.mode1v3
  9. *.mode2v3
  10. !default.mode2v3
  11. *.perspectivev3
  12. !default.perspectivev3
  13. xcuserdata/
  14. *.xccheckout
  15. *.moved-aside
  16. DerivedData
  17. *.hmap
  18. *.ipa
  19. # Bundler
  20. .bundle
  21. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  22. # Carthage/Checkouts
  23. Carthage/Build
  24. # We recommend against adding the Pods directory to your .gitignore. However
  25. # you should judge for yourself, the pros and cons are mentioned at:
  26. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  27. #
  28. # Note: if you ignore the Pods directory, make sure to uncomment
  29. # `pod install` in .travis.yml
  30. #
  31. # Pods/