31 lines
242 B
Plaintext
31 lines
242 B
Plaintext
# deps
|
|
node_modules
|
|
|
|
# next
|
|
.next
|
|
.next-dev
|
|
out
|
|
.turbo
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# payload
|
|
media
|
|
files
|
|
uploads
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.log
|
|
npm-debug.log*
|
|
.vscode
|
|
.idea
|
|
.playwright-cli
|
|
tmp-check-*.ts
|
|
tsconfig.tsbuildinfo
|
|
.claude/
|
|
.tmp/
|