From 5fc5ed699fae069ccbd364415ebe7a11027aa4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=90=D0=BD=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=BF=D0=BE=D0=B2?= Date: Wed, 29 Oct 2025 14:56:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=82=D0=B5=D1=81=D1=82=D1=8B.=20=D0=92=D1=81?= =?UTF-8?q?=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BB=D0=B8=D1=87=D0=BD=D0=BE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 14 +++++++++++++- .offline/.gitkeep | 3 +++ images/.gitkeep | 3 +++ logs/.gitkeep | 3 +++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .offline/.gitkeep create mode 100644 images/.gitkeep create mode 100644 logs/.gitkeep diff --git a/.gitignore b/.gitignore index 139cf19..157519f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,8 @@ CMakeUserPresets.json .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -55,3 +56,14 @@ Temporary Items # .nfs files are created when an open file is removed but is still being accessed .nfs* +# ---> Project specific directories +# Исключаем содержимое папок logs/, images/, .offline/ кроме .gitkeep файлов +logs/* +!logs/.gitkeep + +images/* +!images/.gitkeep + +.offline/* +!.offline/.gitkeep + diff --git a/.offline/.gitkeep b/.offline/.gitkeep new file mode 100644 index 0000000..05ee801 --- /dev/null +++ b/.offline/.gitkeep @@ -0,0 +1,3 @@ +# Этот файл нужен для сохранения пустой папки .offline/ в git +# Автор: Сергей Антропов +# Сайт: https://devops.org.ru diff --git a/images/.gitkeep b/images/.gitkeep new file mode 100644 index 0000000..c9b60d8 --- /dev/null +++ b/images/.gitkeep @@ -0,0 +1,3 @@ +# Этот файл нужен для сохранения пустой папки images/ в git +# Автор: Сергей Антропов +# Сайт: https://devops.org.ru diff --git a/logs/.gitkeep b/logs/.gitkeep new file mode 100644 index 0000000..c280a74 --- /dev/null +++ b/logs/.gitkeep @@ -0,0 +1,3 @@ +# Этот файл нужен для сохранения пустой папки logs/ в git +# Автор: Сергей Антропов +# Сайт: https://devops.org.ru