Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ## Build generated
  2. .DS_Store
  3. build/
  4. DerivedData/
  5.  
  6. ## Various settings
  7. *.pbxuser
  8. !default.pbxuser
  9. *.mode1v3
  10. !default.mode1v3
  11. *.mode2v3
  12. !default.mode2v3
  13. *.perspectivev3
  14. !default.perspectivev3
  15. xcuserdata/
  16.  
  17. ## Other
  18. *.moved-aside
  19. *.xcuserstate
  20. *.xcscmblueprint
  21. *.orig
  22.  
  23. ## Obj-C/Swift specific
  24. *.hmap
  25. *.ipa
  26.  
  27. ## Playgrounds
  28. timeline.xctimeline
  29. playground.xcworkspace
  30.  
  31. # Swift Package Manager
  32. #
  33. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  34. # Packages/
  35. .build/
  36.  
  37. # CocoaPods
  38. #
  39. # We recommend against adding the Pods directory to your .gitignore. However
  40. # you should judge for yourself, the pros and cons are mentioned at:
  41. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  42. Pods/
  43. *.xcworkspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement