Files
erv-ticket-dev/.gitignore
Fedor 2c516362df feat: Secure SMS verification with Redis (Predis)
- Added Predis library for Redis connection (no PHP extension required)
- Server-side SMS code generation and storage in Redis
- Rate limiting and brute-force protection
- Integration with n8n webhook for SMS sending
- Environment variables moved to .env file
- Fixed policy verification endpoint
- Added file-based fallback if Redis unavailable
2026-01-15 15:40:13 +03:00

33 lines
440 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Логи
logs/
*.log
# Временные файлы
*.tmp
*.temp
*.swp
*.swo
*~
# Системные файлы
.DS_Store
Thumbs.db
.idea/
.vscode/
# Файлы загрузок (если есть временная папка)
uploads/temp/
tmp/
# Конфигурационные файлы с секретами
config.local.php
.env.local
.env
# Composer dependencies
vendor/
# Storage (SMS коды и прочее)
storage/