.gitignore 949 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Build
  2. build
  3. # Dist
  4. dist
  5. # Logs
  6. logs
  7. *.log
  8. npm-debug.log*
  9. # Runtime data
  10. pids
  11. *.pid
  12. *.seed
  13. # Documentation
  14. docs
  15. # Directory for instrumented libs generated by jscoverage/JSCover
  16. lib-cov
  17. # Coverage directory used by tools like istanbul
  18. coverage
  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 directory
  26. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  27. node_modules/*
  28. !node_modules/karma-musicxml2js-preprocessor/
  29. # Optional npm cache directory
  30. .npm
  31. # Optional REPL history
  32. .node_repl_history
  33. # TypeScript compiler cache directory
  34. .tscache
  35. # TypeScript typings
  36. typings
  37. *.tmp.*
  38. .baseDir.ts
  39. .idea/
  40. .vscode/
  41. .idea/encodings.xml
  42. *.md
  43. node_modules/
  44. # Private key for GH pages deploy
  45. bin/gh_pages_deploy_key
  46. bin/gh_pages_deploy_key.pub