.npmignore 768 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # OSX
  2. #
  3. .DS_Store
  4. # XDE
  5. .expo/
  6. # VSCode
  7. .vscode/
  8. jsconfig.json
  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/IJ
  29. #
  30. .classpath
  31. .cxx
  32. .gradle
  33. .idea
  34. .project
  35. .settings
  36. local.properties
  37. android.iml
  38. # Cocoapods
  39. #
  40. example/ios/Pods
  41. # Ruby
  42. example/vendor/
  43. # node.js
  44. #
  45. node_modules/
  46. npm-debug.log
  47. yarn-debug.log
  48. yarn-error.log
  49. yarn.lock
  50. # BUCK
  51. buck-out/
  52. \.buckd/
  53. android/app/libs
  54. android/keystores/debug.keystore
  55. # Yarn
  56. .yarn/*
  57. !.yarn/patches
  58. !.yarn/plugins
  59. !.yarn/releases
  60. !.yarn/sdks
  61. !.yarn/versions
  62. # Expo
  63. .expo/
  64. # Turborepo
  65. .turbo/
  66. # generated by bob
  67. lib/
  68. .github/