Exclude unnecessary “dotfiles” from crates
This commit is contained in:
parent
cabe76439b
commit
30dfbf50b8
1 changed files with 5 additions and 0 deletions
|
|
@ -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/*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue