Skip to content

Commit 01c0082

Browse files
committed
chore: 🚀 Exclude files not required for the crate
Exclude files for CI, linting and security checks
1 parent b9a24b6 commit 01c0082

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎Cargo.toml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ readme = "README.md"
1212
documentation = "https://docs.rs/lambda-sqs"
1313
categories = ["web-programming"]
1414
keywords = ["aws", "sqs", "lambda"]
15+
exclude = [
16+
".fossa.yml",
17+
".github/workflows/fossa.yml",
18+
".github/workflows/general.yml",
19+
".github/workflows/rust_security_audit.yml",
20+
".gitignore",
21+
".vscode/settings.json",
22+
".whitesource",
23+
"markdownlint.jsonc",
24+
"renovate.json"
25+
]
1526

1627
[dependencies]
1728
serde = { version = "1.0.135", features = ["derive"] }
@@ -24,3 +35,4 @@ tokio = "1"
2435
[package.metadata.docs.rs]
2536
all-features = true
2637
rustdoc-args = ["--cfg", "docsrs"]
38+

0 commit comments

Comments
 (0)