.gitignore 602 B

12345678910111213141516171819202122232425262728293031323334
  1. # Xcode
  2. #
  3. build/
  4. *.pbxuser
  5. !default.pbxuser
  6. *.mode1v3
  7. !default.mode1v3
  8. *.mode2v3
  9. !default.mode2v3
  10. *.perspectivev3
  11. !default.perspectivev3
  12. project.xcworkspace
  13. !default.xcworkspace
  14. xcuserdata
  15. *.xccheckout
  16. *.moved-aside
  17. DerivedData
  18. *.hmap
  19. *.ipa
  20. *.xcuserstate
  21. # Carthage
  22. Carthage/Build
  23. # CocoaPods
  24. #
  25. # We recommend against adding the Pods directory to your .gitignore. However
  26. # you should judge for yourself, the pros and cons are mentioned at:
  27. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  28. #
  29. Pods/
  30. Podfile.lock
  31. LumberjackUser*.h
  32. .DS_Store