Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 7f9a6b9

Browse files
committed
only include root gitignore
1 parent d1bc091 commit 7f9a6b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ license = "MIT"
99
keywords = ["42", "api", "rate-limit", "connector"]
1010
categories = ["api-bindings"]
1111
rust-version = "1.66.0"
12-
exclude = [
13-
".idea"
14-
]
1512
include = [
1613
"**/*.rs",
1714
"Cargo.lock",
1815
"Cargo.toml",
1916
"LICENSE.txt",
2017
"README.md",
21-
".gitignore",
18+
"./.gitignore",
2219
"examples/secrets_example.yaml"
2320
]
2421

0 commit comments

Comments
 (0)