Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit bd454a3

Browse files
committed
fix: remove unnecessary files from cargo package
1 parent cc2f69c commit bd454a3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ readme = "README.md"
99
homepage = "https://github.com/typescript-tools/rust-implementation"
1010
keywords = ["cli", "typescript", "monorepo"]
1111
categories = ["command-line-utilities"]
12+
exclude = [
13+
"/.dockerignore",
14+
"/.editorconfig",
15+
"/.envrc",
16+
"/.github",
17+
"/.gitignore",
18+
"/.releaserc.json",
19+
"/.rustfmt.toml",
20+
"/.versionrc.json",
21+
"/Dockerfile",
22+
"/bin/monorepo",
23+
"/deny.toml",
24+
"/CHANGELOG.md",
25+
"/flake.{lock,nix}",
26+
"/npm",
27+
"/package*.json"
28+
]
1229

1330
[[bin]]
1431
name = "monorepo"

0 commit comments

Comments
 (0)