From 8f012945b10ebec63ffc65326a743d2b83ae3933 Mon Sep 17 00:00:00 2001 From: host Date: Sat, 8 Aug 2026 19:58:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20gitignore=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=B5=D0=BA?= =?UTF-8?q?=D1=80=D0=B5=D1=82=D0=BE=D0=B2=20=D0=B8=20=D0=BB=D0=BE=D0=BA?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b85274 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Секреты и локальные настройки +.env +.env.* +!.env.example + +# Локальные файлы Docker и редакторов +compose.override.yaml +docker-compose.override.yml +.DS_Store +.vscode/ +.idea/