.gitignore 265 B

12345678910111213141516171819202122232425
  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. *.xcuserstate
  21. # Bundler
  22. .bundle
  23. vendor/