- tools.json now has both "version" (tag) and "hash" (commit) fields - Output format: toolname@version [hash] (in duration) - Update tool fetches and stores both version and hash - Fix .gitignore to not exclude cmd/update directory
17 lines
109 B
Plaintext
17 lines
109 B
Plaintext
# Binaries
|
|
/gosetup
|
|
/update
|
|
*.exe
|
|
|
|
# Test binaries
|
|
*.test
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|