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>
14 lines
98 B
Plaintext
14 lines
98 B
Plaintext
# Build output
|
|
/dist/
|
|
/bin/
|
|
/wails-release
|
|
|
|
# Go
|
|
*.test
|
|
*.out
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|