Files
nashel-backend/.gitignore
Халимов Рустам ae20033cfc Обновления игнора
2026-03-06 23:43:53 +03:00

39 lines
581 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.
# Сборочные артефакты .NET
[Bb]in/
[Oo]bj/
[Oo]ut/
[Tt]est[Rr]esults/
# Пользовательские настройки Visual Studio
*.user
*.suo
*.userosscache
*.sln.docstates
# Отладочные символы и бинарники
*.pdb
*.dll
*.exe
# Логи
*.log
# Скрипты (локальные)
*.ps1
# Docker и окружение
.env
.env.*
!.env.example
docker-compose.override.yml
# Загруженные файлы (хранятся вне репозитория)
uploads/
# IDE и ОС
.DS_Store
Thumbs.db
.idea/
.vscode/
*.txt