.npmignore 231 B

123456789101112131415161718192021222324
  1. /node_modules/
  2. /.vscode/
  3. /.idea/
  4. # Generated code
  5. /docs/
  6. # User session
  7. *.session
  8. usermedia/
  9. # Quick tests should live in this file
  10. example.js
  11. # dotenv
  12. .env
  13. settings
  14. /browser/
  15. .babelrc
  16. .eslintignore
  17. .eslintrc.json
  18. /examples/