From 99b35c374fbce2e6eca22951f0eefdf933a5e8ee Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sun, 23 Oct 2022 16:00:22 -0400 Subject: Exclude vscode settings from .crate file --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 237c811..5014d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ repository = "https://github.com/botahamec/exun/" license-file = "LICENSE.md" keywords = ["no_std", "no-std", "utility", "error", "error-handling"] categories = ["rust-patterns", "no-std"] +exclude = [".vscode/settings.json"] [package.metadata] msrv = "1.41.1" -- cgit v1.2.3