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

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

14
.gitignore vendored
View File

@@ -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