From c2e7d57f598072ef568dc4610a74b52481ff4c26 Mon Sep 17 00:00:00 2001 From: andrei Date: Sun, 30 Nov 2025 13:21:39 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20.g?= =?UTF-8?q?itignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + api/.dockerignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 60c5cf8..caad379 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ api/.idea .idea +web/node_modules # ---> Node # Logs logs diff --git a/api/.dockerignore b/api/.dockerignore index 1f67861..d3bde81 100644 --- a/api/.dockerignore +++ b/api/.dockerignore @@ -2,4 +2,3 @@ k8s .idea .env -web/node_modules \ No newline at end of file