Added gitingnore and vscode settings file

This commit is contained in:
Ulysse Cura 2025-05-23 17:03:42 +02:00
parent 9cbf53d421
commit d534009ff4
2 changed files with 20 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
build
.vscode/extensions.json

13
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"files.associations": {
"*.md": "markdown",
"binary_info.h": "c",
"i2c.h": "c",
"stdlib.h": "c",
"stdint.h": "c",
"gyro.h": "c",
"motors.h": "c",
"motion_control.h": "c",
"i2c_master.h": "c"
}
}