.gitignore 738 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # OS X
  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. profile
  16. *.moved-aside
  17. DerivedData
  18. *.hmap
  19. *.ipa
  20. # Bundler
  21. .bundle
  22. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  23. # Carthage/Checkouts
  24. Carthage/Build
  25. # We recommend against adding the Pods directory to your .gitignore. However
  26. # you should judge for yourself, the pros and cons are mentioned at:
  27. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  28. #
  29. # Note: if you ignore the Pods directory, make sure to uncomment
  30. # `pod install` in .travis.yml
  31. #
  32. # Pods/