Update .gitignore to explicitly ignore ZIP files and Release folder

This commit is contained in:
Alphaeus Mote
2025-04-28 19:06:37 -04:00
parent e81e6c36a4
commit e522cfaaf7
+8
View File
@@ -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