diff --git a/Cargo.toml b/Cargo.toml index 94973b2e..28653ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ license = "MIT" categories = ["command-line-utilities"] readme = "README.md" build = "build.rs" +exclude = ["website", "broot*.zip"] [dependencies] clap = "2.33"