From 1d1efeeeb0c7f33478341b9ce83bb8a2a4e5a598 Mon Sep 17 00:00:00 2001 From: Falknat Date: Mon, 12 Jan 2026 01:44:08 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c3de963..59d459b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ front_vue/node_modules/ # Build output front_vue/dist/ -# Task images -backend/public/img/task/ \ No newline at end of file +# Публичные файлы backend +backend/public/* \ No newline at end of file