From fee46303c3cea823a519fcd01706c39c54b9dd38 Mon Sep 17 00:00:00 2001 From: Taylor Henderson Date: Mon, 27 Jan 2025 11:43:33 -0500 Subject: [PATCH] change exclude --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 239ffe5..df35b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" license = "AGPL-3.0-or-later" keywords = ["tda", "data-analysis", "machine-learning"] categories = ["algorithms", "mathematics", "science"] -exclude = ["./.direnv/*", "flake.nix", "flake.lock"] +exclude = ["./.direnv/", "flake.nix", "flake.lock", ".envrc", ".github"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html