.gitignore 293 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. *.xcworkspace
  20. !default.xcworkspace
  21. #CocoaPods
  22. Pods
  23. Podfile.lock
  24. !Podfile