Remove var PkgVersion from updater.go since go generate creates const PkgVersion in version.go. Track version.go in git to ensure builds work without running go generate first. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
150 B
Text
18 lines
150 B
Text
# Go
|
|
updater
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
*.prof
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.DS_Store
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|