.gitignore 873 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. # node-waf configuration
  20. .lock-wscript
  21. # Compiled binary addons (http://nodejs.org/api/addons.html)
  22. build/Release
  23. # Dependency directory
  24. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  25. node_modules/*
  26. !node_modules/karma-musicxml2js-preprocessor/
  27. # Optional npm cache directory
  28. .npm
  29. # Optional REPL history
  30. .node_repl_history
  31. # TypeScript compiler cache directory
  32. .tscache
  33. # TypeScript typings
  34. typings
  35. *.tmp.*
  36. .baseDir.ts
  37. .idea/
  38. .vscode/
  39. .idea/encodings.xml
  40. *.md
  41. node_modules/
  42. # Private key for GH pages deploy
  43. bin/gh_pages_deploy_key
  44. bin/gh_pages_deploy_key.pub
  45. package-lock.json