From ce10e657fb0d41c4b5d3b6219685ce2ec93ca232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 22 Mar 2024 21:10:54 +0100 Subject: [PATCH] Exclude `.gif` files in `Cargo.toml` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 63a01c2..db5ff01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/iced-rs/mdbook-iced" authors = ["Héctor Ramón Jiménez "] readme = "README.md" keywords = ["book", "mdbook", "gui", "iced", "interactive"] +exclude = ["*.gif"] [dependencies] mdbook = "0.4"