added .gitignore in root. Moved stuff

This commit is contained in:
YuruC3 2025-05-08 09:41:23 +02:00
parent 8bede8e74e
commit 8714ef4ec6
16 changed files with 2 additions and 10 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
STM32_CONTROL/.vscode
STM32_CONTROL/.pio

View File

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 249 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

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