Files
blog-nextjs/.gitignore

39 lines
377 B
Plaintext

# Dependencies
/node_modules
# Next.js build output
/.next
/out
# Production env files
.env
.env.local
.env.*.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS / Editor junk
.DS_Store
*.swp
*.swo
.idea/
.vscode/
# Testing / coverage
/coverage
# Misc tool caches
/.turbo
.next-tmp
.contentlayer
# Vercel
.vercel
# TypeScript
*.tsbuildinfo