No Description

.gitignore 614B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # OSX
  2. #
  3. .DS_Store
  4. # node.js
  5. #
  6. node_modules/
  7. npm-debug.log
  8. yarn-error.log
  9. # Xcode
  10. #
  11. build/
  12. *.pbxuser
  13. !default.pbxuser
  14. *.mode1v3
  15. !default.mode1v3
  16. *.mode2v3
  17. !default.mode2v3
  18. *.perspectivev3
  19. !default.perspectivev3
  20. xcuserdata
  21. *.xccheckout
  22. *.moved-aside
  23. DerivedData
  24. *.hmap
  25. *.ipa
  26. *.xcuserstate
  27. project.xcworkspace
  28. # Android/IntelliJ
  29. #
  30. build/
  31. .idea
  32. .gradle
  33. local.properties
  34. *.iml
  35. android/gradle
  36. android/gradlew*
  37. # BUCK
  38. buck-out/
  39. \.buckd/
  40. debug.keystore
  41. # Editor config
  42. .vscode
  43. # Outputs
  44. coverage
  45. .tmp
  46. example/android-bundle.js
  47. example/ios-bundle.js
  48. index.android.bundle
  49. index.ios.bundle
  50. # generated by bob
  51. lib/