1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- # Build
- build
- # Dist
- dist
- # Logs
- logs
- *.log
- npm-debug.log*
- # Runtime data
- pids
- *.pid
- *.seed
- .DS_Store
- # OS files
- .DS_Store
- # 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
|