52 lines
464 B
Plaintext
52 lines
464 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
out/
|
|
coverage/
|
|
.next/
|
|
.vercel/
|
|
.cache/
|
|
|
|
# Testing
|
|
coverage/
|
|
jest-coverage/
|
|
nyc_output/
|
|
|
|
# IDE/editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# PM2 logs
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
|
|
# Optional: Ignore local database or secrets
|
|
*.sqlite
|
|
*.db
|
|
*.pem
|