.gitignore 1004 B

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