Update .gitignore to include packages and PowerShell DLLs

This commit is contained in:
GraceSolutions
2025-04-10 21:26:42 -04:00
parent c23233c752
commit 4794d3a36b
+2 -10
View File
@@ -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
~$*