wails-release/.gitignore
Leon Mika 28186131a5 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>
2026-05-02 10:04:04 +10:00

14 lines
98 B
Plaintext

# Build output
/dist/
/bin/
/wails-release
# Go
*.test
*.out
# Editor
.idea/
.vscode/
.DS_Store