From 26b018ee3eb408ab3c5ddd9e886987deb3334720 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 16 Jul 2025 09:50:28 -0500 Subject: [PATCH] ci(build): changes to ignore the tmp folder in the scripts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fc103a5..2285815 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ releases/ LstWrapper/bin LstWrapper/publish LstWrapper/obj +scripts/tmp # ---> Go # If you prefer the allow list template instead of the deny list, see community template: