52 lines
583 B
Plaintext
52 lines
583 B
Plaintext
build
|
|
dist / media
|
|
node_modules
|
|
.DS_Store
|
|
.env
|
|
.next
|
|
.vercel
|
|
|
|
# Payload default media upload directory
|
|
public/media/
|
|
|
|
public/robots.txt
|
|
public/sitemap*.xml
|
|
|
|
|
|
# Playwright
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Next.js build
|
|
.next/
|
|
out/
|
|
|
|
# Environment & secrets
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Database (local SQLite)
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Payload generated
|
|
/src/payload-types.ts
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# PM2
|
|
ecosystem.config.js
|
|
|
|
# Media uploads (optional — see note below)
|
|
/media/
|
|
/public/media/
|