From 30dfbf50b881ebaa8ebe3e1e0ff48c977b7b0324 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 16 Feb 2024 15:08:21 -0500 Subject: [PATCH] =?UTF-8?q?Exclude=20unnecessary=20=E2=80=9Cdotfiles?= =?UTF-8?q?=E2=80=9D=20from=20crates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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/*",