.gitignore 610 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Compiled js
  2. bundle.js
  3. build/
  4. # Logs
  5. logs
  6. *.log
  7. npm-debug.log*
  8. # Runtime data
  9. pids
  10. *.pid
  11. *.seed
  12. # Directory for instrumented libs generated by jscoverage/JSCover
  13. lib-cov
  14. # Coverage directory used by tools like istanbul
  15. coverage
  16. # nyc test coverage
  17. .nyc_output
  18. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  19. .grunt
  20. # node-waf configuration
  21. .lock-wscript
  22. # Compiled binary addons (http://nodejs.org/api/addons.html)
  23. build/Release
  24. # Dependency directories
  25. node_modules
  26. jspm_packages
  27. # Optional npm cache directory
  28. .npm
  29. # Optional REPL history
  30. .node_repl_history