Skip to content

Commit

Permalink
chore: exclude folders
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Nov 13, 2024
1 parent c50dc3d commit cf1d0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ exclude = [
"/.idea/*",
"/examples/*",
"*.proto",
"./proto/*",
"./pkg/*",
"/proto/*",
"/pkg/*",
"go.sum",
"go.mod",
"build.rs",
"./target/*"
"/target/*"
]

[lib]
Expand Down

0 comments on commit cf1d0fe

Please sign in to comment.