34 lines
247 B
Plaintext
34 lines
247 B
Plaintext
# dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
|
|
# production
|
|
build/
|
|
dist/
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# os
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ide
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# turbopack
|
|
.turbo/
|