diff --git a/Cargo.toml b/Cargo.toml index 6cdc4315..708f0359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,11 @@ description = "A lossless PNG compression optimizer" documentation = "https://docs.rs/oxipng" edition = "2021" exclude = [ + ".editorconfig", + ".gitattributes", + ".github/*", + ".gitignore", + ".pre-commit-hooks.yaml", "Dockerfile", "index.html", "scripts/*",