updated .gitignore to exclude vscode-stuff

This commit is contained in:
Marcel Peterkau 2024-01-11 12:43:49 +01:00
parent ef8f27e495
commit 6a9d09ddf3
2 changed files with 1 additions and 14 deletions

5
Software/.gitignore vendored
View File

@ -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__

View File

@ -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"
]
}