diff --git a/Cargo.toml b/Cargo.toml index 07e02e4..f49cf05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,10 @@ homepage = "https://hllmn.net/projects/jotdown" repository = "https://github.com/hellux/jotdown" documentation = "https://docs.rs/jotdown" exclude = [ + ".github", ".gitmodules", "Makefile", + "bench", "modules", "tests", ]