Update .gitignore to exclude NuGet packages, tools, and PowerShell DLLs

This commit is contained in:
GraceSolutions
2025-04-10 21:16:13 -04:00
parent 7cd5962115
commit c23233c752
+10
View File
@@ -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
~$*