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"
|
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/*",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue