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:
parent
187e19230a
commit
28186131a5
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
# Build output
|
# Build output
|
||||||
/dist/
|
/dist/
|
||||||
/bin/
|
/bin/
|
||||||
|
/wails-release
|
||||||
|
|
||||||
# Go
|
# Go
|
||||||
*.test
|
*.test
|
||||||
|
|
|
||||||
BIN
wails-release
BIN
wails-release
Binary file not shown.
Loading…
Reference in a new issue