diff --git a/recipes/jeremy/recipe.toml b/recipes/jeremy/recipe.toml
index 2eeb35648753238147fe92899d0888a713b05367..47c300e073a75268e677519c35f7b91a1d870651 100644
--- a/recipes/jeremy/recipe.toml
+++ b/recipes/jeremy/recipe.toml
@@ -7,4 +7,5 @@ template = "custom"
 script = """
 mkdir -pv "${COOKBOOK_STAGE}/home"
 cp -rv "${COOKBOOK_SOURCE}" "${COOKBOOK_STAGE}/home/user"
+rm -rf "${COOKBOOK_STAGE}/home/user/.git"
 """