.gitignore 893 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. # Runtime data
  8. pids
  9. *.pid
  10. *.seed
  11. *.pid.lock
  12. # Directory for instrumented libs generated by jscoverage/JSCover
  13. lib-cov
  14. reveal.js
  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. # Bower dependency directory (https://bower.io/)
  22. bower_components
  23. # node-waf configuration
  24. .lock-wscript
  25. # Compiled binary addons (http://nodejs.org/api/addons.html)
  26. build/Release
  27. # Dependency directories
  28. node_modules/
  29. jspm_packages/
  30. # Typescript v1 declaration files
  31. typings/
  32. # Optional npm cache directory
  33. .npm
  34. # Optional eslint cache
  35. .eslintcache
  36. # Optional REPL history
  37. .node_repl_history
  38. # Output of 'npm pack'
  39. *.tgz
  40. # Yarn Integrity file
  41. .yarn-integrity
  42. # dotenv environment variables file
  43. .env