.npmignore 368 B

12345678910111213141516171819202122232425262728
  1. *.swp
  2. .*.swp
  3. netlify.toml
  4. npm-debug.log
  5. /.github
  6. /test
  7. node_modules/marked
  8. node_modules/marked-man
  9. node_modules/tap
  10. tap-snapshots
  11. node_modules/.bin
  12. node_modules/npm-registry-mock
  13. /npmrc
  14. /release/
  15. # don't need these in the npm package.
  16. html/*.png
  17. # don't ignore .npmignore files
  18. # these are used in some tests.
  19. !.npmignore
  20. /npm-*.tgz
  21. *.pyc
  22. Session.vim
  23. .nyc_output