From 4794d3a36b6caaf6203a33aa5f8fe52a2355d79a Mon Sep 17 00:00:00 2001 From: GraceSolutions Date: Thu, 10 Apr 2025 21:26:42 -0400 Subject: [PATCH] Update .gitignore to include packages and PowerShell DLLs --- .gitignore | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 01d29ed..adbe802 100644 --- a/.gitignore +++ b/.gitignore @@ -35,16 +35,8 @@ ScaffoldingReadMe.txt *.nupkg # NuGet Symbol Packages *.snupkg -# 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 - -# DLLs in PowerShell directory (these should be built, not committed) -PowerShell/*.dll +# We're including packages and PowerShell DLLs in this repository +# to make it easier for users to get started # Others ~$*