| | |
| | | # Logs |
| | | logs |
| | | *.log |
| | | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. |
| | | |
| | | # Runtime data |
| | | pids |
| | | *.pid |
| | | *.seed |
| | | # dependencies |
| | | /node_modules |
| | | /.cursor |
| | | /.pnp |
| | | .pnp.js |
| | | |
| | | # Directory for instrumented libs generated by jscoverage/JSCover |
| | | lib-cov |
| | | # testing |
| | | /coverage |
| | | |
| | | # Coverage directory used by tools like istanbul |
| | | coverage |
| | | # production |
| | | /build |
| | | |
| | | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
| | | .grunt |
| | | # misc |
| | | .DS_Store |
| | | .env.local |
| | | .env.development.local |
| | | .env.test.local |
| | | .env.production.local |
| | | |
| | | # Compiled binary addons (http://nodejs.org/api/addons.html) |
| | | build/Release |
| | | npm-debug.log* |
| | | yarn-debug.log* |
| | | yarn-error.log* |
| | | |
| | | # Dependency directory |
| | | # Commenting this out is preferred by some people, see |
| | | # https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git |
| | | node_modules |
| | | |
| | | # Users Environment Variables |
| | | .lock-wscript |
| | | package-lock.json |