From 23f3210b4306c6487c53c407981c8efb57a45202 Mon Sep 17 00:00:00 2001 From: PieterPenninckx Date: Fri, 28 Aug 2020 10:24:49 +0200 Subject: [PATCH] Exclude github config when packaging. (#96) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 62533cbe..de32b52b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" repository = "https://github.com/PieterPenninckx/rsynth" keywords = ["audio", "real-time", "synthesis"] categories = ["multimedia::audio"] +exclude = [".github/"] [features] all = ["backend-jack", "backend-vst", "backend-combined-all"]