Exclude assets from upload

This commit is contained in:
sharkdp 2018-05-31 23:39:02 +02:00
parent bf5883f06f
commit 16874ab016
1 changed files with 4 additions and 0 deletions

View File

@ -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"