41 lines
385 B
Plaintext
41 lines
385 B
Plaintext
# deps
|
|
node_modules
|
|
|
|
# next
|
|
.next
|
|
.next-dev
|
|
out
|
|
.turbo
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# payload
|
|
media
|
|
files
|
|
uploads
|
|
|
|
# local/static assets that should live outside git
|
|
public
|
|
videos
|
|
|
|
# generated deployment/output artifacts
|
|
deploy-packages
|
|
output
|
|
|
|
# misc
|
|
.DS_Store
|
|
._*
|
|
__MACOSX
|
|
*.log
|
|
npm-debug.log*
|
|
.vscode
|
|
.idea
|
|
.playwright-cli
|
|
tmp-check-*.ts
|
|
tsconfig.tsbuildinfo
|
|
.claude/
|
|
.tmp/
|