.npmignore 344 B

123456789101112131415161718192021222324252627282930313233
  1. lib-cov
  2. *.seed
  3. *.log
  4. *.csv
  5. *.dat
  6. *.out
  7. *.pid
  8. *.gz
  9. .DS_Store
  10. pids
  11. logs
  12. results
  13. node_modules
  14. npm-debug.log
  15. .eslintignore
  16. .eslintrc.json
  17. .gitignore
  18. .npmrc
  19. .nyc_output
  20. .travis.yml
  21. coverage
  22. tools
  23. # Unicode filenames cause jenkins to barf when cleaning up workspaces
  24. # See: https://github.com/jfhbrook/node-ecstatic/issues/128
  25. test
  26. .nyc_output