From 575d5c7024ddc3473d974e886d258f226ec3efc3 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Wed, 24 Feb 2021 09:21:12 -0300 Subject: [PATCH] Exclude some files from crate --- Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0e08d60..66126fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,25 @@ readme = "README.md" edition = "2018" publish = true +exclude = [ + ".cargo/", + ".github/", + ".vscode/", + "Config/", + "Documentation/", + "Examples/C", + "Examples/Cpp", + "Examples/CSharp", + "Scripts/", + "Vendor/", + ".editorconfig", + ".gitattributes", + ".gitmodules", + "GenerateProjectFiles.*", + "premake5.lua", + "*.code-workspace", +] + [lib] name="TribuFu" crate-type = ["staticlib", "cdylib", "rlib"]