chore: initial project files
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user