From 15fed11756f4703f53adcdce8fffa0ca4bc36c91 Mon Sep 17 00:00:00 2001 From: Pistonight Date: Sat, 25 Nov 2023 00:28:05 -0800 Subject: [PATCH] update exclude file list --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea2bd09..68e109f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,9 @@ categories = ["development-tools"] exclude = [ ".github/**/*", "README.txtpp.md", - "Taskfile.yml" + "Taskfile.yml", + "magoo.txt", + "magoo.webp" ] [dependencies]