.gitignore 952 B

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