diff --git a/Cargo.toml b/Cargo.toml index 9c47599..1fcc437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" readme = "README.md" repository = "https://github.com/sgoudham/mdbook-template" keywords = ["mdbook", "markdown", "template", "design", "ui"] -exclude = [".github/**"] +exclude = [".github/**", "examples"] [[bin]] name = "mdbook-template"