From 198f5d1e876b784091670505bbe23ba716a73d61 Mon Sep 17 00:00:00 2001 From: tinger Date: Fri, 26 Apr 2024 11:09:15 +0200 Subject: [PATCH] Updated typst.toml manifest - Excluded changelog and docs --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 78022bc..3a60af7 100644 --- a/typst.toml +++ b/typst.toml @@ -3,8 +3,8 @@ name = "valkyrie" version = "0.1.1" entrypoint = "src/lib.typ" authors = ["James R Swift", "tinger "] -exclude = ["./README.md"] keywords = ["type", "validation", "zod"] license = "GPL-3.0-only" repository = "https://github.com/JamesxX/valkyrie" description = "Type validation" +exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"]