From ced9fc1ec1f86f164b48bed1a67c1ae8b67df7e5 Mon Sep 17 00:00:00 2001 From: Clemens Koza Date: Sun, 29 Sep 2024 09:48:34 +0200 Subject: [PATCH] fix exclude list --- typst.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/typst.toml b/typst.toml index ced0c06..159a409 100644 --- a/typst.toml +++ b/typst.toml @@ -5,7 +5,7 @@ name = "pre-plantuml" version = "0.0.1" entrypoint = "src/lib.typ" authors = [ - "Clemens Koza " + "Clemens Koza " ] license = "MIT" description = "template package" @@ -15,7 +15,17 @@ keywords = ["uml", "diagram", "software", "modelling"] categories = ["visualization"] disciplines = [] compiler = "0.11.0" -exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs", "gallery"] +exclude = [ + ".github", + "docs", + "gallery", + "scripts", + "tests", + ".typstignore", + "Justfile", + # not included: Rust files & dirs that are not submitted in a publishing PR anyway: + # plugin, target, Cargo.lock, Cargo.toml +] # [template] # path = "template"