aliyun-oss-react-native

.npmignore 532B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # IntelliJ project files
  2. .idea
  3. *.iml
  4. out
  5. gen
  6. Example/
  7. .gitignore
  8. .vscode
  9. # typings
  10. #
  11. typings
  12. typings.json
  13. # OSX
  14. #
  15. .DS_Store
  16. # Xcode
  17. #
  18. build/
  19. *.pbxuser
  20. !default.pbxuser
  21. *.mode1v3
  22. !default.mode1v3
  23. *.mode2v3
  24. !default.mode2v3
  25. *.perspectivev3
  26. !default.perspectivev3
  27. xcuserdata
  28. *.xccheckout
  29. *.moved-aside
  30. DerivedData
  31. *.hmap
  32. *.ipa
  33. *.xcuserstate
  34. project.xcworkspace
  35. # Android/IJ
  36. #
  37. *.iml
  38. .idea
  39. .gradle
  40. local.properties
  41. # node.js
  42. #
  43. node_modules/
  44. npm-debug.log
  45. # BUCK
  46. buck-out/
  47. \.buckd/
  48. android/app/libs
  49. android/keystores/debug.keystore