From cf1d0fefd23c057db21d177ad280e439c9085311 Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Wed, 13 Nov 2024 22:03:40 +0700 Subject: [PATCH] chore: exclude folders --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3982011..585c817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,12 +17,12 @@ exclude = [ "/.idea/*", "/examples/*", "*.proto", - "./proto/*", - "./pkg/*", + "/proto/*", + "/pkg/*", "go.sum", "go.mod", "build.rs", - "./target/*" + "/target/*" ] [lib]