.npmignore 285 B

12345678910111213141516171819202122232425262728293031323334
  1. .git
  2. ./.gitignore
  3. ./.jshintrc
  4. ./.editorconfig
  5. ./.travis.yml
  6. ./appveyor.yml
  7. ./example
  8. ./examples
  9. ./test
  10. ./tests
  11. ./.github
  12. node_modules
  13. npm-debug.log
  14. .node_history
  15. *.swo
  16. *.swp
  17. *.swn
  18. *.swm
  19. *.seed
  20. *.log
  21. *.out
  22. *.pid
  23. lib-cov
  24. .DS_STORE
  25. *#
  26. *\#
  27. .\#*
  28. *~
  29. .idea
  30. .netbeans
  31. nbproject
  32. .tmp
  33. dump.rdb