From 8efaa88b443a83f51cbcfa2475db76ddcf40052c Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 31 Oct 2022 11:24:36 +0100 Subject: [PATCH] Exclude more CI-related files from the package --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"