.gitignore 890 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. *.zip
  23. # Android/IntelliJ
  24. #
  25. build/
  26. .idea
  27. .history
  28. .gradle
  29. local.properties
  30. *.iml
  31. *.keystore
  32. # node.js
  33. #
  34. node_modules/
  35. npm-debug.log
  36. yarn-error.log
  37. yarn.lock
  38. package-lock.json
  39. # BUCK
  40. buck-out/
  41. \.buckd/
  42. #*.keystore
  43. !debug.keystore
  44. # fastlane
  45. #
  46. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  47. # screenshots whenever they are needed.
  48. # For more information about the recommended setup visit:
  49. # https://docs.fastlane.tools/best-practices/source-control/
  50. */fastlane/report.xml
  51. */fastlane/Preview.html
  52. */fastlane/screenshots
  53. # Bundle artifact
  54. *.jsbundle
  55. # CocoaPods
  56. /ios/Pods/
  57. android/app/release/*