- Taskfile now injects AppVersion via ldflags - Shows git tag (e.g., v1.0.0) when built from a tag - Shows "dev" when built from non-tagged commit - Add dist/ to .gitignore for build artifacts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
159 B
Text
20 lines
159 B
Text
wails3
|
|
.task
|
|
vendor/
|
|
.idea
|
|
node_modules/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
.env.*.local
|
|
coverage/
|
|
coverage.out
|
|
coverage.html
|
|
*.cache
|
|
/coverage.txt
|
|
bin/
|
|
dist/
|
|
tasks
|
|
/core
|
|
|
|
|