From d2314606120b90029f5614a7cccb2c871a5e4eba Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 11 May 2026 12:16:48 +0800 Subject: [PATCH] fix(git): update .gitignore to include .DS_Store and change knx submodule branch to tonycloud-dev Signed-off-by: Tony --- .gitignore | 1 + .gitmodules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b761c1f..245deed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/build/ build/ **/managed_components/ +.DS_Store diff --git a/.gitmodules b/.gitmodules index 513fff1..0d0a77e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ [submodule "knx_dali_gw"] path = knx_dali_gw url = https://git.tonycloud.org/knx/GW-REG1-Dali.git - branch = v1 + branch = tonycloud-dev [submodule "tpuart"] path = tpuart url = https://git.tonycloud.org/knx/tpuart.git