Доработка git

This commit is contained in:
Maxim
2026-06-23 11:26:23 +03:00
parent 118e49c7f9
commit 387823d36a
5 changed files with 17 additions and 1 deletions

12
.gitignore vendored
View File

@@ -106,3 +106,15 @@ logs/
# Файлы дампа памяти
*.dump
*.core
# Debian packaging
*.deb
*.dsc
*.changes
debian/*.log
debian/*.debhelper
debian/*.substvars
debian/files
debian/gpio-monitor-server/
debian/debhelper-build-stamp
debian/.debhelper/

View File

@@ -391,3 +391,7 @@ python3 scripts/emulator.py
- Встроенный интерфейс: `http://<IP>:1984`
---
### Сборка пакета
```bash
make deb

Binary file not shown.

Binary file not shown.

Binary file not shown.