39 lines
574 B
Plaintext
39 lines
574 B
Plaintext
# ==========================================
|
|
# SupportHub Web .gitignore
|
|
# ==========================================
|
|
|
|
# Dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Next.js build output
|
|
/.next/
|
|
/out/
|
|
/build
|
|
/dist
|
|
|
|
# Debug & Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Local Environment Overrides (keep .env.example, .env.development, .env.test, .env.production tracked)
|
|
.env*.local
|
|
.env.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript & Next build cache
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Operating System & IDE Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.pem
|
|
.idea/
|
|
.vscode/
|