From fa33c58bca0b96bf3a717076f3814d01ce7e49ef Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sun, 29 Nov 2020 12:05:32 +0100 Subject: [PATCH] Ignore useless files in crate --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9204016..ae4a7f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,14 @@ license = "MIT" keywords = ["git", "gitignore", "cli"] categories = ["command-line-utilities", "development-tools", "filesystem"] repository = "https://git.schneider-hosting.de/schneider/gitig" +exclude = [ + ".drone.yml", + ".editorconfig", + "clippy.toml", + "justfile", + "release.py", + "rustfmt.toml" +] [dependencies] log = "0.4"