Удаление больших файлов логов и обновление .gitignore для исключения папки logs/
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,11 +4,13 @@ node_modules/
|
|||||||
.pnp.js
|
.pnp.js
|
||||||
|
|
||||||
# Логи
|
# Логи
|
||||||
logs
|
logs/
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
backend/logs/
|
||||||
|
frontend/logs/
|
||||||
|
|
||||||
# Файлы окружения
|
# Файлы окружения
|
||||||
.env
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user