From 79223e68966b6d023ecb43b1fe015dee8ed3f855 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sat, 2 Apr 2022 00:49:40 +0100 Subject: [PATCH] Exclude .github files --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a370b53..af24223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ readme = "README.md" repository = "https://github.com/sgoudham/rall" keywords = ["logger", "logging", "simple", "coloured", "color"] categories = ["development-tools::debugging"] +exclude = [".github/**"] [dependencies] embed-doc-image = "0.1.4"