From 87d681a06003b6db61f560b22b96a0fd820cd0d7 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Sun, 19 Nov 2023 22:30:55 +0300 Subject: [PATCH] ignore arbitrary files for crates.io Signed-off-by: onur-ozkan --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 51736b2..8a567e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ homepage = "https://github.com/onur-ozkan/cargo-qtest" description = "an interactive test runner for rust projects" categories = ["development-tools::cargo-plugins"] keywords = ["cargo", "test", "util", "interactive"] +exclude = [".asciinema", ".github/"] [[bin]] path = "src/main.rs"