Skip to content

Commit 41d6e49

Browse files
authored
Merge pull request typst-community#13 from SillyFreak/clean-up-exclude
don't exclude README and CHANGELOG (and also Justfile)
2 parents 1195445 + acb644d commit 41d6e49

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 = ["README.md", "CHANGELOG.md", "Justfile", "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)