Spaces:
Running
Running
| # dependencies | |
| /node_modules | |
| /.pnp | |
| .pnp.js | |
| # testing | |
| /coverage | |
| # next.js build outputs | |
| /.next/ | |
| /out/ | |
| # production build outputs | |
| /build | |
| # misc | |
| .DS_Store | |
| *.pem | |
| # debug | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # local env files | |
| .env*.local | |
| .env | |
| # vercel | |
| .vercel | |
| # typescript | |
| *.tsbuildinfo | |
| next-env.d.ts | |
| # Large archive folders | |
| /.next/cache/webpack/ | |