| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 | 
							- # Build
 
- build
 
- # Dist
 
- dist
 
- # Logs
 
- logs
 
- *.log
 
- npm-debug.log*
 
- # Runtime data
 
- pids
 
- *.pid
 
- *.seed
 
- # optional npm script-generated data
 
- visual_regression/
 
- export/
 
- # Documentation
 
- docs
 
- # Directory for instrumented libs generated by jscoverage/JSCover
 
- lib-cov
 
- # Coverage directory used by tools like istanbul
 
- coverage
 
- # node-waf configuration
 
- .lock-wscript
 
- # Compiled binary addons (http://nodejs.org/api/addons.html)
 
- build/Release
 
- # Dependency directory
 
- # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
 
- node_modules/*
 
- !node_modules/karma-musicxml2js-preprocessor/
 
- # Optional npm cache directory
 
- .npm
 
- # Optional REPL history
 
- .node_repl_history
 
- # TypeScript compiler cache directory
 
- .tscache
 
- # TypeScript typings
 
- typings
 
- *.tmp.*
 
- .baseDir.ts
 
- .idea/
 
- .vscode/
 
- .idea/encodings.xml
 
- *.md
 
- node_modules/
 
- # Private key for GH pages deploy
 
- bin/gh_pages_deploy_key
 
- bin/gh_pages_deploy_key.pub
 
- package-lock.json
 
- #local env files
 
- webpack.local.js
 
 
  |