No Description

.gitignore 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. #project.xcworkspace
  23. # Android/IntelliJ
  24. #
  25. build/
  26. .idea
  27. .gradle
  28. local.properties
  29. *.iml
  30. # node.js
  31. #
  32. node_modules/
  33. npm-debug.log
  34. yarn-error.log
  35. # BUCK
  36. buck-out/
  37. \.buckd/
  38. *.keystore
  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://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  45. fastlane/report.xml
  46. fastlane/Preview.html
  47. fastlane/screenshots
  48. android/src/main/res/drawable/
  49. **/*.*~
  50. **/*.swp
  51. **/*.~
  52. .project
  53. .settings
  54. .classpath
  55. .jest/
  56. xcuserdata
  57. *.pbxproj
  58. *.xcworkspace
  59. *.zip
  60. .byebug_history
  61. Untitled*
  62. Pods
  63. **/*~
  64. xcuserdata*
  65. **/*/xcuserdata*
  66. .vscode
  67. samples/**/package-lock.json
  68. *.iml
  69. android/bin
  70. yarn.lock
  71. package-lock.json
  72. docs/api