.gitignore 989 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. ios/.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. # node.js
  35. #
  36. node_modules/
  37. npm-debug.log
  38. yarn-error.log
  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. **/fastlane/test_output
  49. # Bundle artifact
  50. *.jsbundle
  51. # Ruby / CocoaPods
  52. /ios/Pods/
  53. /vendor/bundle/
  54. # Temporary files created by Metro to check the health of the file watcher
  55. .metro-health-check*
  56. # testing
  57. /coverage