From 958856dcc0e87f83149af74bb5086e19324f718a Mon Sep 17 00:00:00 2001 From: quirinecker Date: Sat, 8 Nov 2025 19:44:21 +0100 Subject: [PATCH] updated crates ignore list --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9ab556..1090909 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "cli for building and publishing documentation using asciidoctor" license-file = "LICENSE.txt" authors = ["Quirin Ecker"] -exclude = [".gitlab"] +exclude = [".gitlab", ".github"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html