25 lines
271 B
Plaintext
25 lines
271 B
Plaintext
### Dependencies
|
|
node_modules/
|
|
|
|
### Next.js build output
|
|
.next/
|
|
|
|
### OpenNext build artifacts
|
|
.open-next/
|
|
dist/
|
|
|
|
### Environment files
|
|
.env*
|
|
!.env.example
|
|
|
|
### Logs & diagnostics
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
### OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|
|
|