new .gitignore

This commit is contained in:
2023-03-05 18:56:59 +01:00
parent dc6e12c67c
commit cf7479b662
3 changed files with 293 additions and 0 deletions

5
node/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"idf.adapterTargetName": "esp32",
"idf.port": "/dev/ttyUSB0",
"idf.flashType": "UART"
}