.npmignore 815 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. example/ios/Podfile.lock
  42. # Ruby
  43. example/vendor/
  44. # node.js
  45. #
  46. node_modules/
  47. npm-debug.log
  48. yarn-debug.log
  49. yarn-error.log
  50. yarn.lock
  51. # BUCK
  52. buck-out/
  53. \.buckd/
  54. android/app/libs
  55. android/keystores/debug.keystore
  56. # Yarn
  57. .yarn/*
  58. !.yarn/patches
  59. !.yarn/plugins
  60. !.yarn/releases
  61. !.yarn/sdks
  62. !.yarn/versions
  63. # Expo
  64. .expo/
  65. # Turborepo
  66. .turbo/
  67. # generated by bob
  68. lib/
  69. /example/ios/.xcode.env.local