Skip to content

Commit

Permalink
fix(chore): exclude unnecessary files from the package (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored Oct 29, 2024
1 parent 6bc1ff2 commit 78370e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +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"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
exclude = ["/.git", "/.github", ".gitignore", "Makefile", "/static", "/makefiles", "/doc", "_typos.toml", "renovate.json"]

[dependencies]
regex = "1.10.4"
Expand Down

0 comments on commit 78370e6

Please sign in to comment.