From 14e57d2085aacf7402212d2f0034ebdf249cb8e8 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 21 Aug 2023 22:01:37 +0200 Subject: [PATCH] Cargo.toml: add excludes --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 403ab49..0d9ac3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,12 @@ edition.workspace = true license.workspace = true readme.workspace = true repository.workspace = true +exclude = [ + "/.github/", + "/docs/", + "/viewer/", + "/resource/", +] [dependencies] anyhow = "1.0.68"