Files
TenerifeProp/.dockerignore
TenerifeProp Dev 3bbbb126ab feat: add authentication, admin API, and security improvements
- Add session-based authentication system
- Implement admin CRUD endpoints for properties, leads, testimonials, FAQ, services
- Fix security issue: remove public GET /api/leads endpoint
- Add basic input validation for leads endpoint
- Add global error handler
- Fix Docker healthcheck using bun's fetch
- Add @types/bcrypt dependency
- Add .dockerignore
- Add host reboot prohibition to global rules
2026-04-05 00:01:54 +01:00

27 lines
198 B
Plaintext

# Git
.git/
.gitignore
# IDE
.idea/
.vscode/
*.swp
*.swo
# Kilo config
.kilo/
# Development files
*.log
*.pid
*.seed
*.pid.lock
# OS files
.DS_Store
Thumbs.db
# Temporary files
tmp/
temp/
*.tmp