fiddy/.gitignore
2026-02-11 23:45:15 -08:00

102 lines
1.4 KiB
Plaintext

node_modules
.next
dist
.env
db.env
*.log
.DS_Store
.vscode/*
!.vscode/settings.json
# =========================
# Dependencies
# =========================
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
# =========================
# Next.js build output
# =========================
.next/
out/
# =========================
# Production build output (common)
# =========================
dist/
build/
# =========================
# Logs
# =========================
logs/
*.log
# =========================
# Runtime / PID files
# =========================
pids/
*.pid
*.seed
*.pid.lock
# =========================
# Env files (secrets)
# =========================
.env
.env.*
!.env.example
!.env.local.example
# =========================
# Local config / caches
# =========================
.cache/
.tmp/
temp/
tmp/
# =========================
# Testing
# =========================
coverage/
.nyc_output/
playwright-report/
test-results/
.cypress/
*.lcov
# =========================
# TypeScript
# =========================
*.tsbuildinfo
# =========================
# Lint / format caches
# =========================
.eslintcache
.stylelintcache
# =========================
# Vercel / Netlify / Deploy
# =========================
.vercel/
.netlify/
# =========================
# OS / Editor
# =========================
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# VS Code
.vscode/*
!.vscode/extensions.json
!.vscode/settings.js