Stop tracking sdkconfig files

This commit is contained in:
2026-04-12 21:31:04 +03:00
parent 818a84bf4f
commit 732a2dfa32
7 changed files with 1 additions and 65 deletions

View File

@@ -1,16 +0,0 @@
ktor {
host = "0.0.0.0"
port = 8080
}
app {
name = "iot-backend"
}
api {
prefix = "/api/v1"
}
ws {
path = "/ws"
}