From 65bb94ddc106488eb227d147e3be956a6662857c Mon Sep 17 00:00:00 2001 From: Alessio Franceschelli Date: Thu, 25 Apr 2019 19:52:35 +0100 Subject: [PATCH] Update VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041) 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 --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index badd8dc0..1191486f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -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.