Initial Ktor backend skeleton with ProtocolMessage DTO, REST and WebSocket

This commit is contained in:
2026-04-01 18:29:10 +03:00
parent b0a48e94bd
commit 6f3584fe6d
16 changed files with 80 additions and 19 deletions

36
.gitignore vendored
View File

@@ -1,23 +1,25 @@
# Kotlin/Java
*.class
*.jar
*.iml
/out/
# Gradle/Java/Kotlin
.gradle/
build/
out/
*.iml
# ESP32 / PlatformIO / Arduino
*.bin
*.elf
*.pio
*.pioenvs/
*.idf/
# Android
/.gradle/
/build/
/local.properties
# IDEA
.idea/
*.iws
*.ipr
# Logs
*.log
# OS
.DS_Store
Thumbs.db
Thumbs.db
# Node/npm (если есть frontend/mobile)
node_modules/
dist/
# Python (если будет)
__pycache__/
*.pyc