.gitignore 879 B

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