From eb3c5234446d7f545d1e8b868e1fccce45d1cad2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 25 Aug 2019 14:10:44 +0200 Subject: [PATCH] chore: Exclude unneeded files --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 383d5683..d1f6845c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ documentation = "https://docs.rs/serde_urlencoded" description = "`x-www-form-urlencoded` meets Serde" categories = ["encoding", "web-programming"] keywords = ["serde", "serialization", "urlencoded"] +exclude = ["/.travis.yml", "/bors.toml"] [badges] travis-ci = {repository = "nox/serde_urlencoded"}