Spaces:
Running
Running
| # Dependencies | |
| node_modules | |
| .pnp | |
| .pnp.js | |
| # Production | |
| dist | |
| build | |
| # Testing | |
| coverage | |
| # Environment | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Logs | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Editor/IDE | |
| .vscode | |
| .idea | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Replit specific | |
| .replit | |
| .config | |