.gitignore 834 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Distribution
  2. dist
  3. # Build
  4. build
  5. # Logs
  6. logs
  7. *.log
  8. npm-debug.log*
  9. # Runtime data
  10. pids
  11. *.pid
  12. *.seed
  13. # Directory for instrumented libs generated by jscoverage/JSCover
  14. lib-cov
  15. # Coverage directory used by tools like istanbul
  16. coverage
  17. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  18. .grunt
  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