.npmignore 178 B

123456789101112131415
  1. **/node_modules/
  2. **/npm-debug.log
  3. node_modules/
  4. coverage/
  5. artifacts/
  6. tmp/
  7. CVS/
  8. .DS_Store
  9. .*.swp
  10. .svn
  11. *~
  12. .com.apple.timemachine.supported
  13. tests/out/
  14. .nyc_output
  15. package-lock.json