mirror of
https://github.com/github/gitignore.git
synced 2026-09-02 13:17:23 +02:00
Added nextjs.gitignore
This commit is contained in:
parent
6eeebe6f49
commit
aa50852a72
49
nextjs.gitignore
Normal file
49
nextjs.gitignore
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user