You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.npmignore 264B

12345678910111213141516171819202122
  1. # ignore most things, include some others
  2. /*
  3. /.*
  4. !bin/
  5. !lib/
  6. !docs/
  7. !package.json
  8. !package-lock.json
  9. !README.md
  10. !CONTRIBUTING.md
  11. !LICENSE
  12. !CHANGELOG.md
  13. !example/
  14. !scripts/
  15. !tap-snapshots/
  16. !test/
  17. !.travis.yml
  18. !.gitignore
  19. !.gitattributes
  20. !coverage-map.js
  21. !index.js