platform-marketing-content-.../.gitignore
Adrian Flores Cortes 1a2df4aaec feat: Add initial database schemas and seeds
- Add .gitignore
- Add schemas/001_initial_schema.sql
- Add seeds/001_initial_data.sql

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 13:08:49 -06:00

24 lines
148 B
Plaintext

# Environment
.env
.env.local
.env.*
# Backups
*.bak
*.backup
*.dump
# Logs
*.log
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Temp
tmp/
temp/