.npmignore 215 B

1234567891011121314151617181920
  1. .idea
  2. *.iml
  3. npm-debug.log
  4. dump.rdb
  5. node_modules
  6. components
  7. build
  8. results.tap
  9. results.xml
  10. npm-shrinkwrap.json
  11. config.json
  12. .DS_Store
  13. */.DS_Store
  14. */*/.DS_Store
  15. ._*
  16. */._*
  17. */*/._*
  18. coverage.*
  19. lib-cov