From e522cfaaf7a5706e6faa4d6d0356b90c3a2fa771 Mon Sep 17 00:00:00 2001 From: Alphaeus Mote Date: Mon, 28 Apr 2025 19:06:37 -0400 Subject: [PATCH] Update .gitignore to explicitly ignore ZIP files and Release folder --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 7b51d07..6716e14 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ TestResults/ [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ +Release/ [Rr]eleases/ x64/ x86/ @@ -38,6 +39,13 @@ bld/ [Ll]og/ [Ll]ogs/ +# Package files +*.zip +*.7z +*.tar +*.tar.gz +*.tgz + # PowerShell module artifacts *.psm1 *.psd1.meta