Skip to content

Commit acb644d

Browse files
committed
change to a defensive exclude list
1 parent 5074d90 commit acb644d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

typst.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ keywords = []
1313
categories = []
1414
disciplines = []
1515
compiler = ""
16-
exclude = ["docs"]
16+
exclude = [
17+
".github",
18+
"docs",
19+
"scripts",
20+
"tests",
21+
".typstignore",
22+
"Justfile",
23+
]
1724

1825
# [template]
1926
# path = "template"

0 commit comments

Comments
 (0)