Files
erv-clientright/.gitignore
2026-03-13 10:42:01 +03:00

29 lines
323 B
Plaintext
Raw Permalink 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.

# Секреты и конфиги с ключами
.env
.env.*
!.env.example
# Логи
logs/
*.log
# Кэш и временные файлы
cache/
tmp/
temp/
*.tmp
# IDE
.idea/
.vscode/
*.swp
*.swo
# Системные
.DS_Store
Thumbs.db
# Зависимости (если появятся)
node_modules/
vendor/