diff --git a/examples/knx-demo/.gitignore b/examples/knx-demo/.gitignore index 89cc49c..b9f3806 100644 --- a/examples/knx-demo/.gitignore +++ b/examples/knx-demo/.gitignore @@ -1,5 +1,2 @@ .pio -.vscode/.browse.c_cpp.db* -.vscode/c_cpp_properties.json -.vscode/launch.json -.vscode/ipch +.vscode diff --git a/examples/knx-demo/.vscode/extensions.json b/examples/knx-demo/.vscode/extensions.json deleted file mode 100644 index e80666b..0000000 --- a/examples/knx-demo/.vscode/extensions.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -}