Skip to content

Commit

Permalink
exclude content directory from cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann150 committed Feb 6, 2021
1 parent eb4beef commit 2550710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2550710

Please sign in to comment.