Skip to content

Commit

Permalink
exclude pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
billythedummy committed Dec 15, 2022
1 parent 88a3307 commit 1af5384
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ license = "Apache 2.0"
repository = "https://github.com/igneous-labs/solores"
version = "0.1.0"
edition = "2021"
exclude = ["install-precommit.sh", "examples/", "tests/test_gen_examples.rs"]
exclude = [
".pre-commit-config.yaml",
"examples/",
"install-precommit.sh",
"tests/test_gen_examples.rs"
]
categories = [
"command-line-utilities",
"cryptography::cryptocurrencies",
Expand Down

0 comments on commit 1af5384

Please sign in to comment.