Update gitignore

This commit is contained in:
Theo Arends 2025-09-22 11:39:51 +02:00
parent b6edea6fcf
commit 936fccd41d
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ CMakeLists.txt
data data
unpacked_fs unpacked_fs
unpacked_boards unpacked_boards
tasmota/user/*
tasmota/user_config_override.h tasmota/user_config_override.h
tasmota/include/local_ca_data.h tasmota/include/local_ca_data.h
tasmota/include/local_ca_descriptor.h tasmota/include/local_ca_descriptor.h

View File

@ -70,5 +70,6 @@
"tooltip": "PlatformIO: Rebuild IntelliSense Index", "tooltip": "PlatformIO: Rebuild IntelliSense Index",
"commands": "platformio-ide.rebuildProjectIndex" "commands": "platformio-ide.rebuildProjectIndex"
} }
] ],
"C_Cpp.dimInactiveRegions": false
} }