mirror of
https://github.com/freedbygrace/WindowsNotifications.git
synced 2026-07-26 12:08:14 +00:00
Update .gitignore to exclude most DLLs but include module-related DLLs
This commit is contained in:
+13
-2
@@ -35,8 +35,19 @@ ScaffoldingReadMe.txt
|
|||||||
*.nupkg
|
*.nupkg
|
||||||
# NuGet Symbol Packages
|
# NuGet Symbol Packages
|
||||||
*.snupkg
|
*.snupkg
|
||||||
# We're including packages and PowerShell DLLs in this repository
|
# The packages folder can be ignored because of Package Restore
|
||||||
# to make it easier for users to get started
|
**/[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
|
# Others
|
||||||
~$*
|
~$*
|
||||||
|
|||||||
Reference in New Issue
Block a user