feat: ignore firmware files

This commit is contained in:
Li Jie
2025-09-06 20:54:39 +08:00
parent 1a3bca40bc
commit 519faabfe1

8
.gitignore vendored
View File

@@ -44,3 +44,11 @@ go.work*
# GoReleaser
.dist/
.sysroot/
# Embedded firmware files
*.bin
*.hex
*.elf
*.uf2
*.img
*.zip