Files
releaser/.gitignore
T
k3nny 51343768d9
ci / vet, staticcheck, test, build (push) Successful in 3m53s
chore(releaser): release v1.7.1 — Apache 2.0 license, Hugo build fix
- Add Apache License 2.0 (Copyright 2026 K3nnyfr <alex@k3nny.fr>), linked from a new README License section
- Fix task docs:build leaving stale files in docs/public by passing --cleanDestinationDir to hugo
- Ignore /.task/ (Task runner's local checksum cache)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-12 13:18:53 +02:00

16 lines
186 B
Plaintext

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