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.

34 lines
787 B

  1. ### Xcode ###
  2. # Xcode
  3. #
  4. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  5. ## User settings
  6. xcuserdata/
  7. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  8. *.xcscmblueprint
  9. *.xccheckout
  10. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  11. build/
  12. DerivedData/
  13. *.moved-aside
  14. *.pbxuser
  15. !default.pbxuser
  16. *.mode1v3
  17. !default.mode1v3
  18. *.mode2v3
  19. !default.mode2v3
  20. *.perspectivev3
  21. !default.perspectivev3
  22. GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate
  23. ### Xcode Patch ###
  24. *.xcodeproj/*
  25. !*.xcodeproj/project.pbxproj
  26. !*.xcodeproj/xcshareddata/
  27. !*.xcworkspace/contents.xcworkspacedata
  28. /*.gcno
  29. # End of https://www.gitignore.io/api/xcode