.gitignore

This commit is contained in:
DashyFox 2024-09-09 10:40:47 +03:00
parent fd51a4935c
commit 8f77c60cba
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
.vscode/*
bin/*
!.vscode/arduino.json
!.vscode/launch.json
log/*

View File

@ -1,8 +1,5 @@
{
"configuration": "pnum=BLUEPILL_F103C8,upload_method=swdMethod,xserial=none,usb=CDCgen,xusb=FS,opt=osstd,dbg=none,rtlib=nano",
"board": "STMicroelectronics:stm32:GenF1",
"port": "COM17",
"output": "bin",
"prebuild": "if exist bin rd /s /q bin",
"sketch": "IR-protocol.ino"
"prebuild": "if exist bin rd /s /q bin"
}