.gitignore 765 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. dist
  2. # Created by https://www.gitignore.io/api/node
  3. ### Node ###
  4. # Logs
  5. logs
  6. *.log
  7. npm-debug.log*
  8. # Runtime data
  9. pids
  10. *.pid
  11. *.seed
  12. *.pid.lock
  13. # Directory for instrumented libs generated by jscoverage/JSCover
  14. lib-cov
  15. # Coverage directory used by tools like istanbul
  16. coverage
  17. # nyc test coverage
  18. .nyc_output
  19. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  20. .grunt
  21. # node-waf configuration
  22. .lock-wscript
  23. # Compiled binary addons (http://nodejs.org/api/addons.html)
  24. build/Release
  25. # Dependency directories
  26. node_modules
  27. jspm_packages
  28. # Optional npm cache directory
  29. .npm
  30. # Optional eslint cache
  31. .eslintcache
  32. # Optional REPL history
  33. .node_repl_history
  34. # Output of 'npm pack'
  35. *.tgz
  36. # Yarn Integrity file
  37. .yarn-integrity