32 lines
332 B
Plaintext
32 lines
332 B
Plaintext
build
|
|
dist / media
|
|
node_modules
|
|
.DS_Store
|
|
.env
|
|
.next
|
|
.vercel
|
|
|
|
node_modules/
|
|
.next/
|
|
build/
|
|
dist/
|
|
.env
|
|
.env.*
|
|
.DS_Store
|
|
*.log
|
|
postgres-data/
|
|
|
|
# Payload default media upload directory
|
|
public/media/
|
|
|
|
public/robots.txt
|
|
public/sitemap*.xml
|
|
|
|
|
|
# Playwright
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|