summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-02-23 07:56:34 +0530
committerGitHub <noreply@github.com>2024-02-23 07:56:34 +0530
commitf49abcc1ac3de72bf894ccfc0102d83ec19f1d46 (patch)
tree8a50b03bb1e1d2e9e8831620529ef328a5582041 /cli/Cargo.toml
parentae703041b1921affb7fa8a0aa865c6f302c72d6e (diff)
feat(publish): respect .gitignore during `deno publish` (#22514)
Files from `.gitignore`, global git config, `.git/info/exclude` and `deno.json`'s `exclude` are ignored.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index ae42d3c30..b376f924e 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -106,6 +106,7 @@ flate2.workspace = true
fs3.workspace = true
glob = "0.3.1"
hex.workspace = true
+ignore = "0.4"
import_map = { version = "=0.18.3", features = ["ext"] }
indexmap.workspace = true
jsonc-parser = { version = "=0.23.0", features = ["serde"] }