You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Objective-C.gitignore 224B

1234567891011121314151617181920
  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. #CocoaPods
  19. Pods