| # === personal === | |
| deploy.sh | |
| uploads/* | |
| # Dependencies | |
| node_modules | |
| .pnp | |
| .pnp.js | |
| .pnpm-store/ | |
| # Testing | |
| coverage | |
| .nyc_output | |
| # Build outputs | |
| dist | |
| build | |
| .next | |
| out | |
| .nuxt | |
| .output | |
| .cache | |
| .turbo | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Debug logs | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| pnpm-debug.log* | |
| lerna-debug.log* | |
| # Editor directories and files | |
| .idea | |
| .vscode/* | |
| !.vscode/extensions.json | |
| !.vscode/settings.json | |
| *.suo | |
| *.ntvs* | |
| *.njsproj | |
| *.sln | |
| *.sw? | |
| .DS_Store | |
| *.pem | |
| # Vercel | |
| .vercel | |
| # TypeScript | |
| *.tsbuildinfo | |
| next-env.d.ts | |
| # Redis | |
| dump.rdb | |
| *.rdb | |
| # Misc | |
| .DS_Store | |
| *.pem | |
| .eslintcache | |