From a5401e0d83a65bcaa1e28be720946f4401c02c73 Mon Sep 17 00:00:00 2001
From: Jerome Humbert <djeedai@gmail.com>
Date: Sat, 29 Jan 2022 20:44:44 +0000
Subject: [PATCH] Exclude GitHub files from published package

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 4651c98..9f0473a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/bevy_tweening"
 keywords = ["bevy", "animation", "easing", "tweening"]
 license = "MIT OR Apache-2.0"
 readme = "README.md"
-exclude = ["examples/*.gif"]
+exclude = ["examples/*.gif", ".github"]
 
 [dependencies]
 interpolation = "0.2"
-- 
GitLab