From 936fccd41d26551f4f15588eda5d9fae1535aa34 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:39:51 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 1 + .vscode/settings.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4355bbbb3..647235e30 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ CMakeLists.txt data unpacked_fs unpacked_boards +tasmota/user/* tasmota/user_config_override.h tasmota/include/local_ca_data.h tasmota/include/local_ca_descriptor.h diff --git a/.vscode/settings.json b/.vscode/settings.json index 7714ebe96..d509769a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -70,5 +70,6 @@ "tooltip": "PlatformIO: Rebuild IntelliSense Index", "commands": "platformio-ide.rebuildProjectIndex" } - ] + ], + "C_Cpp.dimInactiveRegions": false }