diff --git a/Cargo.toml b/Cargo.toml index 41fc193c..59153442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,11 @@ description = "Image processing operations" readme = "README.md" repository = "https://github.com/image-rs/imageproc.git" homepage = "https://github.com/image-rs/imageproc" -exclude = ["examples/*.ttf"] +exclude = [ + ".github/*", + "examples/*", + "tests/*" +] [features] default = [ "rayon", "image/default" ] diff --git a/scripts/id_rsa.enc b/scripts/id_rsa.enc deleted file mode 100644 index 2a822719..00000000 Binary files a/scripts/id_rsa.enc and /dev/null differ