Added nextjs.gitignore

This commit is contained in:
Ashish Chaurasiya 2024-12-30 18:30:40 +05:30 committed by GitHub
parent 6eeebe6f49
commit aa50852a72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

49
nextjs.gitignore Normal file
View File

@ -0,0 +1,49 @@
# Logs
logs/
*.log
# Dependency directories
node_modules/
# Environment variables
.env
.env.*.local
# Build output
.next/
out/
# Static files
.cache/
# Testing
coverage/
*.lcov
# Editor settings
.vscode/
.idea/
# OS-specific files
.DS_Store
Thumbs.db
# Package manager files
package-lock.json
yarn.lock
pnpm-lock.yaml
# Next.js specific
.next/cache/
.next/static/
# Storybook
storybook-static/
# Miscellaneous
*.tmp
*.seed
*.pid.lock
# TypeScript
*.tsbuildinfo