From c23233c752fe5af3d06f550073b0ad964af31136 Mon Sep 17 00:00:00 2001 From: GraceSolutions Date: Thu, 10 Apr 2025 21:16:13 -0400 Subject: [PATCH] Update .gitignore to exclude NuGet packages, tools, and PowerShell DLLs --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 35063fc..01d29ed 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,16 @@ 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 # Others ~$*