chore: initial project files

This commit is contained in:
2025-10-08 14:18:49 -04:00
parent 884563ae10
commit 0d96ac3ddd
4 changed files with 497 additions and 1 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
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/