# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Next.js .next/ out/ build/ # Environment files .env .env*.local .env.production # Git .git/ .gitignore # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # OS files .DS_Store Thumbs.db # Testing coverage/ .nyc_output/ __tests__/ *.test.ts *.test.tsx *.spec.ts *.spec.tsx # Documentation README.md *.md # Misc *.log .eslintcache .prettierignore