Проведены тесты. Все работает отлично.

This commit is contained in:
Сергей Антропов
2025-10-29 14:56:19 +03:00
parent c7d5318e4b
commit 5fc5ed699f
4 changed files with 22 additions and 1 deletions

12
.gitignore vendored
View File

@@ -21,6 +21,7 @@ CMakeUserPresets.json
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
@@ -55,3 +56,14 @@ Temporary Items
# .nfs files are created when an open file is removed but is still being accessed # .nfs files are created when an open file is removed but is still being accessed
.nfs* .nfs*
# ---> Project specific directories
# Исключаем содержимое папок logs/, images/, .offline/ кроме .gitkeep файлов
logs/*
!logs/.gitkeep
images/*
!images/.gitkeep
.offline/*
!.offline/.gitkeep

3
.offline/.gitkeep Normal file
View File

@@ -0,0 +1,3 @@
# Этот файл нужен для сохранения пустой папки .offline/ в git
# Автор: Сергей Антропов
# Сайт: https://devops.org.ru

3
images/.gitkeep Normal file
View File

@@ -0,0 +1,3 @@
# Этот файл нужен для сохранения пустой папки images/ в git
# Автор: Сергей Антропов
# Сайт: https://devops.org.ru

3
logs/.gitkeep Normal file
View File

@@ -0,0 +1,3 @@
# Этот файл нужен для сохранения пустой папки logs/ в git
# Автор: Сергей Антропов
# Сайт: https://devops.org.ru