From 806a0a0fda94533e31a7a847835dc2ab4fbef1c1 Mon Sep 17 00:00:00 2001 From: Richard Leek Date: Wed, 27 Dec 2023 16:56:48 -0500 Subject: [PATCH] exclude github dir --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1b5a7cb..25148da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ rust-version = "1.61.0" license = "MIT" repository = "https://github.com/sorokya/eolib-rs" readme = "README.md" +exclude = [ + ".github", +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html