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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user