1
0

Update VisualStudio.gitignore to ignore NuGet Symbol Packages ()

This is to ignore the new Nuget Symbol Packages, which are now the recommended approach for debug symbols of public NuGet packages.
https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
This commit is contained in:
Alessio Franceschelli 2019-04-25 19:52:35 +01:00 committed by Brendan Forster
parent 293863c96e
commit 65bb94ddc1

@ -185,6 +185,8 @@ PublishScripts/
# NuGet Packages
*.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.