From 6c3dba7b5540a22e2aac26ade5f2c221815397ca Mon Sep 17 00:00:00 2001 From: HendrikRauh <114620133+HendrikRauh@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:31:38 +0100 Subject: [PATCH] fix(.gitignore): add *.uf2 to ignore list for build artifacts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9c096f7..af425ae 100755 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /build/ *.elf *.bin +*.uf2 *.hex *.map *.img