diff --git a/Cargo.toml b/Cargo.toml index f8d14898..a2fd53e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,10 @@ name = "bat" readme = "README.md" repository = "https://github.com/sharkdp/bat" version = "0.4.0" +exclude = [ + "assets/syntaxes/*", + "assets/themes/*", +] [dependencies] atty = "0.2.2"