.npmignore 221 B

123456789101112131415161718192021
  1. # Mac OS
  2. .DS_Store
  3. # NPM
  4. /node_modules
  5. npm-*
  6. # Double copies of all the static assets and tutorial gifs
  7. /src
  8. # Testing
  9. /.nyc_output
  10. /coverage
  11. /test
  12. # Build
  13. /.opt-in
  14. /build
  15. # generated translation files
  16. /translations