From e2d21ab9c1bbc1ddd264f7aaf20ac575998545a8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Nov 2018 14:27:05 +0100 Subject: [PATCH] Exclude unneded files from crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9611b205..2a5020ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ readme = "README.md" categories = ["command-line-utilities"] keywords = ["ls", "files", "command-line"] license = "MIT" +exclude = ["/devtools/*", "/Makefile", "/Vagrantfile", "/screenshots.png"] [[bin]]