From 9654d6ef7c6ed93de37119fa89d6a1f20d4298c8 Mon Sep 17 00:00:00 2001 From: Paul T Date: Wed, 3 Apr 2024 14:46:40 -0400 Subject: [PATCH] build: ignore asset files when releasing package --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 34bcd5d..33067b9 100644 --- a/typst.toml +++ b/typst.toml @@ -9,7 +9,7 @@ description = "A modern resume template based on the Awesome-CV Latex template." keywords = ["CV", "Curriculum Vitae", "Resume", "Minimalistic", "Professional", "Modern"] categories = ["cv"] disciplines = [] -exclude = ["resume-documentation*", "scripts*"] +exclude = ["resume-documentation*", "scripts*", "assets/images/*"] homepage = "https://github.com/DeveloperPaul123/modern-cv" repository = "https://github.com/DeveloperPaul123/modern-cv"