exclude content directory from cargo package

This commit is contained in:
Johann150 2021-02-06 11:02:53 +01:00
parent eb4beef096
commit 2550710e18
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1

View file

@ -9,7 +9,7 @@ repository = "https://github.com/mbrubeck/agate"
readme = "README.md"
license = "MIT/Apache-2.0"
edition = "2018"
exclude = ["/tools", ".github/", "release.sh"]
exclude = ["/tools", ".github/", "release.sh", "/content"]
[dependencies]
tokio-rustls = "0.22.0"