.gitignore 680 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # OS X
  2. .DS_Store
  3. # Xcode
  4. build/
  5. *.pbxuser
  6. !default.pbxuser
  7. *.mode1v3
  8. !default.mode1v3
  9. *.mode2v3
  10. !default.mode2v3
  11. *.perspectivev3
  12. !default.perspectivev3
  13. xcuserdata/
  14. *.xccheckout
  15. profile
  16. *.moved-aside
  17. DerivedData
  18. *.hmap
  19. *.ipa
  20. # Bundler
  21. .bundle
  22. clogan/cmake-build-debug
  23. **/.idea/*
  24. **/node_modules/*
  25. Carthage
  26. # We recommend against adding the Pods directory to your .gitignore. However
  27. # you should judge for yourself, the pros and cons are mentioned at:
  28. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  29. #
  30. # Note: if you ignore the Pods directory, make sure to uncomment
  31. # `pod install` in .travis.yml
  32. #
  33. # Pods/
  34. .data/