From 36121190a057b70e024edfb09b8076860963278c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Jul 2024 05:12:43 +0200 Subject: [PATCH] Specify `exclude` in Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5283c7d0..cd267e59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,11 @@ keywords = [ categories = [ "games", ] +exclude = [ + "/.idea", + "/.media", + "/.env" +] [dependencies] anyhow = "1.0.86"