Stop tracking compiled wails-release binary

The previous tidy commit accidentally staged a stray go-built binary
at the repo root via git add -A. Untrack it and gitignore the path
so future builds don't re-stage it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Leon Mika 2026-05-02 10:04:04 +10:00
parent 187e19230a
commit 28186131a5
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# Build output # Build output
/dist/ /dist/
/bin/ /bin/
/wails-release
# Go # Go
*.test *.test

Binary file not shown.