Exclude unnecessary “dotfiles” from crates

This commit is contained in:
Benjamin A. Beasley 2024-02-16 15:08:21 -05:00
parent cabe76439b
commit 30dfbf50b8

View file

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