Browse Source

Ignore useless files in crate

master
Schneider 3 years ago
parent
commit
fa33c58bca
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 8
      Cargo.toml

8
Cargo.toml

@ -8,6 +8,14 @@ license = "MIT"
keywords = ["git", "gitignore", "cli"]
categories = ["command-line-utilities", "development-tools", "filesystem"]
repository = "https://git.schneider-hosting.de/schneider/gitig"
exclude = [
".drone.yml",
".editorconfig",
"clippy.toml",
"justfile",
"release.py",
"rustfmt.toml"
]
[dependencies]
log = "0.4"

Loading…
Cancel
Save