diff --git a/Software/.gitignore b/Software/.gitignore index 0f7fc76..3e63b4c 100644 --- a/Software/.gitignore +++ b/Software/.gitignore @@ -1,8 +1,5 @@ data/ .pio -.vscode/.browse.c_cpp.db* -.vscode/c_cpp_properties.json -.vscode/launch.json -.vscode/ipch +.vscode wifi_credentials.ini __pycache__ \ No newline at end of file diff --git a/Software/.vscode/extensions.json b/Software/.vscode/extensions.json deleted file mode 100644 index 080e70d..0000000 --- a/Software/.vscode/extensions.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ], - "unwantedRecommendations": [ - "ms-vscode.cpptools-extension-pack" - ] -}