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"