Files
releaser/.gitignore
T
k3nny 4f0592e342
ci / vet, staticcheck, test, build (push) Successful in 3m11s
docs / Build and deploy docs (push) Failing after 15s
docs(releaser): add logo to documentation site and README
- docs/hugo.toml: set geekdocLogo to images/releaser-logo-1024.png so
  Geekdoc renders it in the site header
- docs/static/images/releaser-logo-128.png: 128×128 version resized from
  the 1024×1024 source via ImageMagick for README display
- README.md: add logo above the release badge
- .gitignore: scope releaser-* to repo root (/releaser-*) so it no
  longer matches files inside docs/static/images/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-11 23:31:23 +02:00

13 lines
157 B
Plaintext

# build output
/bin/
/releaser-*
# test coverage
coverage.out
coverage.html
# docs build artifacts (downloaded at build time)
/docs/themes/
/docs/public/