go-update/.gitignore
Snider 32867f2d97 feat: go-update self-updater package
Extracted from core/cli cmd/updater. Provides GitHub/Forgejo release
checking, binary self-update, and CLI command registration.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 21:38:20 +00:00

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*