From 16874ab016c869eb2ee4523c1dead126ce6d183c Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 31 May 2018 23:39:02 +0200 Subject: [PATCH] Exclude assets from upload --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"