# ============================================== # Dependencies # ============================================== /node_modules /.pnp .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/versions # ============================================== # Build Output # ============================================== /.next/ /out/ /build # ============================================== # Testing # ============================================== /coverage # ============================================== # IDE & Editors # ============================================== /.idea .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json # ============================================== # OS Files # ============================================== .DS_Store Thumbs.db *.pem # ============================================== # Debug Logs # ============================================== npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* # ============================================== # Vercel # ============================================== .vercel # ============================================== # TypeScript # ============================================== *.tsbuildinfo next-env.d.ts # ============================================== # Misc # ============================================== .temp .tmp # ============================================== # Environment Variables # ============================================== .env .env.local .env.prod # .env.dev는 허용 (배포용) !.env.dev !.env.example