diff --git a/Cargo.toml b/Cargo.toml index 9ceb0058f..58a52e601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,12 @@ exclude = [ "test/*", "tests/*", "benches/*", - ".travis.yml", - "appveyor.yml", + ".github/*", ".gitignore", ".dockerignore", ".pre-commit-config.yaml", "CODE_OF_CONDUCT.md", + ".markdownlint.yaml" ] edition = "2018"