From 0cb5e18c3cebe3ee0fbd3f782b76b5109a9fbacc Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 24 Jul 2024 17:16:39 +0100 Subject: [PATCH] Add template to workspace exclude --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b74ea1ee..00e944bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,4 +44,6 @@ exclude = [ "examples/the-purple-night", "book/games/pong", + + "template", ]