48 lines
495 B
Plaintext
48 lines
495 B
Plaintext
# ============
|
|
# Node.js / Frontend
|
|
# ============
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
build/
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# ============
|
|
# IDE
|
|
# ============
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ============
|
|
# Environment
|
|
# ============
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# ============
|
|
# Logs & Cache
|
|
# ============
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Coverage directory
|
|
coverage/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|