.gitignore 972 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. # optional npm script-generated data
  14. visual_regression/
  15. export/
  16. # Documentation
  17. docs
  18. # Directory for instrumented libs generated by jscoverage/JSCover
  19. lib-cov
  20. # Coverage directory used by tools like istanbul
  21. coverage
  22. # node-waf configuration
  23. .lock-wscript
  24. # Compiled binary addons (http://nodejs.org/api/addons.html)
  25. build/Release
  26. # Dependency directory
  27. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  28. node_modules/*
  29. !node_modules/karma-musicxml2js-preprocessor/
  30. # Optional npm cache directory
  31. .npm
  32. # Optional REPL history
  33. .node_repl_history
  34. # TypeScript compiler cache directory
  35. .tscache
  36. # TypeScript typings
  37. typings
  38. *.tmp.*
  39. .baseDir.ts
  40. .idea/
  41. .vscode/
  42. .idea/encodings.xml
  43. *.md
  44. node_modules/
  45. # Private key for GH pages deploy
  46. bin/gh_pages_deploy_key
  47. bin/gh_pages_deploy_key.pub
  48. package-lock.json
  49. #local env files
  50. webpack.local.js