From 63ce9e9fb2c28724d82b77958a444e825315341b Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 31 Jan 2022 23:00:26 +0000 Subject: [PATCH] Exclude more files from crates.io --- Cargo.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 62dccab..0b316b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,12 @@ repository = "https://github.com/sgoudham/uwuifyy" keywords = ["cli", "uwu", "owo", "uwuify", "anime"] categories = ["command-line-utilities"] exclude = [ - "examples/the-complete-works-of-william-shakespeare.txt", - "examples/tiktok_app_reviews.csv", - "examples/tokyo-2020-olympics-tweets.csv", - "examples/uwu/**", + "examples/the-complete-works-of-william-shakespeare.txt", + "examples/tiktok_app_reviews.csv", + "examples/tokyo-2020-olympics-tweets.csv", + "examples/uwu/**", + ".github/**", + "scripts/**" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html