.npmignore 755 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Development stuff
  2. test/
  3. Gruntfile.js
  4. # Configuration files
  5. .jscsrc
  6. .jshintrc
  7. .eslintrc
  8. .travis.yml
  9. bower.json
  10. # Logs
  11. logs
  12. *.log
  13. # Runtime data
  14. pids
  15. *.pid
  16. *.seed
  17. # Directory for instrumented libs generated by jscoverage/JSCover
  18. lib-cov
  19. # Coverage directory used by tools like istanbul
  20. coverage
  21. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  22. .grunt
  23. # Compiled binary addons (http://nodejs.org/api/addons.html)
  24. build/Release
  25. # Dependency directory
  26. # Deployed apps should consider commenting this line out:
  27. # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
  28. node_modules
  29. # JetBrains exclusion
  30. .idea
  31. # Source files
  32. # src
  33. # example files
  34. examples
  35. # Benchmark files
  36. benchmark