From 39dc7fd9c34cd2149ecf5f0419e2b774613bba75 Mon Sep 17 00:00:00 2001 From: GraceSolutions Date: Thu, 10 Apr 2025 21:27:53 -0400 Subject: [PATCH] Update .gitignore to exclude most DLLs but include module-related DLLs --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index adbe802..4d123ad 100644 --- a/.gitignore +++ b/.gitignore @@ -35,8 +35,19 @@ ScaffoldingReadMe.txt *.nupkg # NuGet Symbol Packages *.snupkg -# We're including packages and PowerShell DLLs in this repository -# to make it easier for users to get started +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ + +# NuGet tools +nuget.exe + +# Exclude most DLLs +*.dll + +# But include module-related DLLs +!PowerShell/WindowsNotifications.dll # Others ~$*