add folder cache

This commit is contained in:
unknown 2025-10-03 23:41:00 +03:00
parent e39a4e516b
commit 03d86422b8
4 changed files with 9 additions and 0 deletions

7
cache/README.md vendored Normal file
View File

@ -0,0 +1,7 @@
Эта директория содержит кэш изображений приложения.
Структура:
- images/avatars — кэш аватарок пользователей
- images/chat — кэш изображений из чатов
Примечание: файлы `.gitkeep` используются, чтобы каталоги без содержимого попадали в репозиторий.

1
cache/images/avatars/.gitkeep vendored Normal file
View File

@ -0,0 +1 @@

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

1
cache/images/chat/.gitkeep vendored Normal file
View File

@ -0,0 +1 @@