Skip to content

Commit

Permalink
fix(chore): exclude unnecessary files from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Oct 29, 2024
1 parent 6bc1ff2 commit 7994a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = ["kyu08"]
description = "A command line tool that executes make target using fuzzy finder with preview window."
license = "MIT"
repository = "https://github.com/kyu08/fzf-make"
exclude = ["/.git", "/.github", ".gitignore", "Makefile", "/static", "/makefiles", "/doc", "_typos.toml", "renovate.json"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 7994a90

Please sign in to comment.