Update .gitignore to exclude most DLLs but include module-related DLLs

This commit is contained in:
GraceSolutions
2025-04-10 21:27:53 -04:00
parent 4794d3a36b
commit 39dc7fd9c3
+13 -2
View File
@@ -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
~$*