chore: remove binary blob (#4130)

I guess the .DS_Store is included by accident.. Let's remove it before it's
checked into a release tag.

Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
This commit is contained in:
Tianhao Wang
2025-01-17 19:22:08 +01:00
committed by GitHub
parent 4690b13d6b
commit 5c5e28a09c
2 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
.DS_Store
# Test binary, built with `go test -c`
*.test