.gitignore 328 B

12345678910111213141516171819202122232425
  1. # Xcode
  2. .DS_Store
  3. */build/*
  4. *.pbxuser
  5. !default.pbxuser
  6. *.mode1v3
  7. !default.mode1v3
  8. *.mode2v3
  9. !default.mode2v3
  10. *.perspectivev3
  11. !default.perspectivev3
  12. xcuserdata
  13. profile
  14. *.moved-aside
  15. DerivedData
  16. .idea/
  17. *.hmap
  18. *.xccheckout
  19. #CocoaPods
  20. Pods
  21. Tests/Pods
  22. Tests/Podfile.lock
  23. Examples/Objective-C/Podfile.lock
  24. Examples/Swift/Podfile.lock