.npmignore 714 B

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