diff --git a/typst.toml b/typst.toml index a58c8a1..75d149e 100644 --- a/typst.toml +++ b/typst.toml @@ -13,7 +13,14 @@ keywords = [] categories = [] disciplines = [] compiler = "" -exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"] +exclude = [ + ".github", + "docs", + "scripts", + "tests", + ".typstignore", + "Justfile", +] # [template] # path = "template"