gitignore generated dart doc output

`dart doc` writes the rendered API site to `doc/api/`. The CI step
uploads it as an artefact; locally it's regenerated on every run and
should never land in the tree.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-05-06 17:58:06 +02:00
co-authored by Claude
parent 329aa8a360
commit eda5d04710
2 changed files with 13 additions and 3 deletions
+3
View File
@@ -33,6 +33,9 @@ tools/ui/.serve.pid
# -- dugite-native (bundled git, downloaded at build time) ---------------
/native/dugite/
# -- dart doc output (generated by `dart doc`, uploaded as CI artefact) -
/doc/
# -- Test, coverage, profile output ------------------------------------
*.test
*.out