From bd309d38c62b4c3f8822e68d3a27e1319e48fbc4 Mon Sep 17 00:00:00 2001 From: Kirill Date: Thu, 27 Nov 2025 17:34:04 +0300 Subject: [PATCH] Fixed .gitignore --- api/.gitignore | 1 + modules/bot/front/.gitignore | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 api/.gitignore diff --git a/api/.gitignore b/api/.gitignore new file mode 100644 index 0000000..c492c4d --- /dev/null +++ b/api/.gitignore @@ -0,0 +1 @@ +generated-client/ \ No newline at end of file diff --git a/modules/bot/front/.gitignore b/modules/bot/front/.gitignore index c315271..fd3551f 100644 --- a/modules/bot/front/.gitignore +++ b/modules/bot/front/.gitignore @@ -1,4 +1,2 @@ build/ -out/ -.vscode -api/generated-client \ No newline at end of file +out/ \ No newline at end of file