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 }