46 lines
500 B
Plaintext
46 lines
500 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
|
|
|
|
# nginx TLS material (upload fullchain.pem + privkey.pem on the server)
|
|
nginx/certs/*.pem
|
|
nginx/certs/*.key
|
|
data/
|
|
|
|
# misc
|
|
.DS_Store
|
|
._*
|
|
__MACOSX
|
|
*.log
|
|
npm-debug.log*
|
|
.vscode
|
|
.idea
|
|
.playwright-cli
|
|
tmp-check-*.ts
|
|
tsconfig.tsbuildinfo
|
|
.claude/
|
|
.tmp/
|