| # Dependencies | |
| node_modules | |
| npm-debug.log | |
| yarn-error.log | |
| yarn.lock | |
| # Next.js build output | |
| .next | |
| out | |
| # Production | |
| build | |
| dist | |
| # Misc | |
| .DS_Store | |
| *.pem | |
| .env*.local | |
| # Debug | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Vercel | |
| .vercel | |
| # Typescript | |
| *.tsbuildinfo | |
| # Git | |
| .git | |
| .gitignore | |
| # Documentation | |
| README.md | |
| docs | |
| # Testing | |
| coverage | |
| .nyc_output | |
| # Editor directories and files | |
| .idea | |
| .vscode | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS files | |
| Thumbs.db |