.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # ---> Swift
  2. # Xcode
  3. #
  4. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  5. ## Build generated
  6. build/
  7. DerivedData
  8. ## Various settings
  9. *.pbxuser
  10. !default.pbxuser
  11. *.mode1v3
  12. !default.mode1v3
  13. *.mode2v3
  14. !default.mode2v3
  15. *.perspectivev3
  16. !default.perspectivev3
  17. xcuserdata
  18. ## Other
  19. *.xccheckout
  20. *.moved-aside
  21. *.xcuserstate
  22. *.xcscmblueprint
  23. ## Obj-C/Swift specific
  24. *.hmap
  25. *.ipa
  26. # CocoaPods
  27. #
  28. # We recommend against adding the Pods directory to your .gitignore. However
  29. # you should judge for yourself, the pros and cons are mentioned at:
  30. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  31. #
  32. Pods/
  33. Podfile.lock
  34. *.xcworkspace/
  35. # Carthage
  36. #
  37. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  38. # Carthage/Checkouts
  39. # Carthage/Build
  40. .DS_Store
  41. AppBuilder/.DS_Store
  42. ExampleCode/ExampleCode.xcodeproj/xcshareddata/xcschemes/ExampleCode.xcscheme
  43. NexilisLite/.DS_Store
  44. ExampleCode/ExampleCode/Info.plist
  45. ExampleCode/ExampleCode.xcodeproj/project.pbxproj