Удаление больших файлов логов и обновление .gitignore для исключения папки logs/

This commit is contained in:
2025-07-03 14:35:02 +03:00
parent af80fa9540
commit 36883c23d6

4
.gitignore vendored
View File

@@ -4,11 +4,13 @@ node_modules/
.pnp.js
# Логи
logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
backend/logs/
frontend/logs/
# Файлы окружения
.env