.gitignore 382 B

1234567891011121314151617
  1. # CocoaPods
  2. #
  3. # We recommend against adding the Pods directory to your .gitignore. However
  4. # you should judge for yourself, the pros and cons are mentioned at:
  5. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
  6. #
  7. Pods/
  8. Podfile.lock
  9. *.xcworkspace/
  10. *.xcodeproj/xcuserdata/
  11. ### Objective-C ###
  12. # OS X
  13. .DS_Store
  14. # svn
  15. .svn/