.gitignore 812 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # OSX
  2. #
  3. .DS_Store
  4. # Xcode
  5. #
  6. build/
  7. *.pbxuser
  8. !default.pbxuser
  9. *.mode1v3
  10. !default.mode1v3
  11. *.mode2v3
  12. !default.mode2v3
  13. *.perspectivev3
  14. !default.perspectivev3
  15. xcuserdata
  16. *.xccheckout
  17. *.moved-aside
  18. DerivedData
  19. *.hmap
  20. *.ipa
  21. *.xcuserstate
  22. # Android/IntelliJ
  23. #
  24. build/
  25. .idea
  26. .gradle
  27. local.properties
  28. *.iml
  29. # node.js
  30. #
  31. node_modules/
  32. npm-debug.log
  33. yarn-error.log
  34. # BUCK
  35. buck-out/
  36. \.buckd/
  37. *.keystore
  38. !debug.keystore
  39. # fastlane
  40. #
  41. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  42. # screenshots whenever they are needed.
  43. # For more information about the recommended setup visit:
  44. # https://docs.fastlane.tools/best-practices/source-control/
  45. */fastlane/report.xml
  46. */fastlane/Preview.html
  47. */fastlane/screenshots
  48. # Bundle artifact
  49. *.jsbundle
  50. # CocoaPods
  51. /ios/Pods/