Skip to content

Commit

Permalink
Add target to package ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Regali committed Oct 26, 2022
1 parent 56120cd commit d416039
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 @@ -8,7 +8,7 @@ version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["Volume Graphics GmbH"]
exclude = ["tests/integ", "tests/html", "tests/csv", ".github", "test_report"]
exclude = ["tests/integ", "tests/html", "target", "tests/csv", ".github", "test_report"]

[dependencies]
clap = {version= "4.0", features=["derive"]}
Expand Down

0 comments on commit d416039

Please sign in to comment.