| # Dependencies | |
| node_modules/ | |
| .npm | |
| /.pnp | |
| .pnp.js | |
| # Testing | |
| /coverage | |
| # Production | |
| /dist | |
| /build | |
| # Misc | |
| .DS_Store | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| # Repository specific | |
| prompt.md | |
| reponame_savelog.txt | |