.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. **/.xcode.env.local
  23. # Android/IntelliJ
  24. #
  25. build/
  26. .idea
  27. .gradle
  28. local.properties
  29. *.iml
  30. *.hprof
  31. .cxx/
  32. *.keystore
  33. !debug.keystore
  34. .kotlin/
  35. # node.js
  36. #
  37. node_modules/
  38. npm-debug.log
  39. yarn-error.log
  40. # fastlane
  41. #
  42. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  43. # screenshots whenever they are needed.
  44. # For more information about the recommended setup visit:
  45. # https://docs.fastlane.tools/best-practices/source-control/
  46. **/fastlane/report.xml
  47. **/fastlane/Preview.html
  48. **/fastlane/screenshots
  49. **/fastlane/test_output
  50. # Bundle artifact
  51. *.jsbundle
  52. # Ruby / CocoaPods
  53. **/Pods/
  54. /vendor/bundle/
  55. # Temporary files created by Metro to check the health of the file watcher
  56. .metro-health-check*
  57. # testing
  58. /coverage
  59. # Yarn
  60. .yarn/*
  61. !.yarn/patches
  62. !.yarn/plugins
  63. !.yarn/releases
  64. !.yarn/sdks
  65. !.yarn/versions