.gitignore 386 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # OS X
  2. .DS_Store
  3. ## Various settings
  4. *.pbxuser
  5. !default.pbxuser
  6. *.mode1v3
  7. !default.mode1v3
  8. *.mode2v3
  9. !default.mode2v3
  10. *.perspectivev3
  11. !default.perspectivev3
  12. profile
  13. # Bundler
  14. .bundle
  15. xcuserdata
  16. ## Other
  17. *.xcuserstate
  18. *.xcscmblueprint
  19. ## Build generated
  20. build/
  21. DerivedData
  22. ## Other
  23. *.xccheckout
  24. *.moved-aside
  25. #Example/Pods/*
  26. ## Obj-C/Swift specific
  27. *.hmap
  28. *.ipa
  29. Carthage/Build