Spaces:
Paused
Paused
| # Dependencies | |
| node_modules/ | |
| *.pnp | |
| .pnp.js | |
| # Testing | |
| coverage/ | |
| # Production | |
| dist/ | |
| build/ | |
| # Misc | |
| .DS_Store | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| pnpm-debug.log* | |
| lerna-debug.log* | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| Thumbs.db | |