fix(.gitignore): add *.uf2 to ignore list for build artifacts

This commit is contained in:
HendrikRauh 2026-03-16 22:31:38 +01:00
parent bab5725e92
commit 6c3dba7b55

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
/build/
*.elf
*.bin
*.uf2
*.hex
*.map
*.img