Spaces:
Sleeping
Sleeping
| # Dependencies | |
| node_modules | |
| .pnp | |
| .pnp.js | |
| # Build outputs | |
| .next | |
| out | |
| build | |
| dist | |
| # Testing | |
| coverage | |
| # Environment files | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Debug logs | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # IDE | |
| .vscode | |
| .idea | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # TypeScript | |
| *.tsbuildinfo | |
| next-env.d.ts | |
| # Misc | |
| *.log | |
| .vercel | |