51343768d9
ci / vet, staticcheck, test, build (push) Successful in 3m53s
- 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>
16 lines
186 B
Plaintext
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/
|
|
|