fix(ci): narrow book ignore to unblock release-plz

This commit is contained in:
Milind Sharma 2026-03-02 19:58:13 +08:00
parent 9fbf833174
commit 22b2ab14e3
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -23,4 +23,9 @@ target
prompts/ prompts/
*.DS_Store *.DS_Store
book/
# mdBook build output at repo root
/book/
# Keep docs/book source tracked
!docs/book/
!docs/book/**