.gitignore 827 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Build
  2. build
  3. # Logs
  4. logs
  5. *.log
  6. npm-debug.log*
  7. # Runtime data
  8. pids
  9. *.pid
  10. *.seed
  11. # Directory for instrumented libs generated by jscoverage/JSCover
  12. lib-cov
  13. # Coverage directory used by tools like istanbul
  14. coverage
  15. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  16. .grunt
  17. # node-waf configuration
  18. .lock-wscript
  19. # Compiled binary addons (http://nodejs.org/api/addons.html)
  20. build/Release
  21. # Dependency directory
  22. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  23. node_modules/*
  24. !node_modules/karma-musicxml2js-preprocessor/
  25. # Optional npm cache directory
  26. .npm
  27. # Optional REPL history
  28. .node_repl_history
  29. # TypeScript compiler cache directory
  30. .tscache
  31. # TypeScript typings
  32. typings
  33. *.tmp.*
  34. .baseDir.ts
  35. .idea/
  36. .vscode/
  37. .idea/encodings.xml
  38. *.md
  39. node_modules/