Adds Dockerfile and .dockerignore for containerization, and updates wedding date in replit.md. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 11b04fa6-6e1f-4fe2-bba2-188896e61caa Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/30cc8b6c-d56e-48e2-a7f9-6180956ff8d1/87c1aece-e84e-4175-8031-7b322a298305.jpg
34 lines
329 B
Plaintext
34 lines
329 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env
|
|
.nyc_output
|
|
coverage
|
|
.nyc_output
|
|
.vscode
|
|
.replit
|
|
.upm
|
|
attached_assets
|
|
QR-Code-Info.md
|
|
|
|
# Development files
|
|
*.log
|
|
*.tmp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts that will be recreated
|
|
dist/
|
|
.next/
|
|
out/
|
|
|
|
# Test files
|
|
__tests__/
|
|
*.test.js
|
|
*.spec.js
|
|
|
|
# Documentation
|
|
docs/
|
|
*.md |