- Add .gitignore with comprehensive file patterns - Create README.md with project overview and setup instructions - Add detailed wedding RSVP architecture plan with technical specifications This commit establishes the foundation for the wedding RSVP project with proper configuration files and comprehensive documentation covering the system architecture, technology stack, and implementation details.
73 lines
711 B
Plaintext
73 lines
711 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
*.lcov
|
|
|
|
# Temporary folders
|
|
tmp/
|
|
temp/
|
|
|
|
# Documentation outputs
|
|
|
|
|
|
# Git
|
|
.git/
|
|
|
|
|
|
# Project specific
|
|
*.pdf
|
|
*.docx
|
|
*.xlsx
|
|
*.pptx
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db |