Skip to content

Commit 76efed5

Browse files
committed
Ignore Quarto render artifacts
Single-file `quarto render` emits per-chapter .html and *_files/ directories next to the source (project renders go to _book/). Ignore both, plus .quarto/ caches, scoped so docs/book/_freeze/ stays tracked.
1 parent bf71671 commit 76efed5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ __pycache__/
1313
docs/build
1414
*.vspscript
1515
.coverage
16-
.cursor/
16+
.cursor/
17+
18+
# Quarto render artifacts (book source + _freeze/ are committed; rendered output is not)
19+
/docs/book/_book/
20+
/docs/book/*.html
21+
/docs/book/*_files/
22+
/docs/book/site_libs/
23+
.quarto/

0 commit comments

Comments
 (0)