From 3c890a8373264a5f7d2dfa2ab4036591d6abbd3d Mon Sep 17 00:00:00 2001 From: GEgorov Date: Tue, 7 Oct 2025 00:23:09 +0300 Subject: [PATCH] modified: .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d975682..11453ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules/ -dist/ +backend/dist/ +frontend/dist/ .env *.log .DS_Store