From fe958b216a658a375fc04822c65e377931ad0702 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 28 Jan 2022 03:54:11 +0000 Subject: [PATCH] Exclude massive files --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 179ac4d..199b3b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,12 @@ readme = "README.md" 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/**" +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html