fix(ci): narrow book ignore to unblock release-plz
This commit is contained in:
parent
9fbf833174
commit
22b2ab14e3
|
|
@ -23,4 +23,9 @@ target
|
|||
prompts/
|
||||
|
||||
*.DS_Store
|
||||
book/
|
||||
|
||||
# mdBook build output at repo root
|
||||
/book/
|
||||
# Keep docs/book source tracked
|
||||
!docs/book/
|
||||
!docs/book/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue