Проведены тесты. Все работает отлично.
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user