Skip to content

Commit 65bb94d

Browse files
alefranzshiftkey
authored andcommitted
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
1 parent 293863c commit 65bb94d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ PublishScripts/
185185

186186
# NuGet Packages
187187
*.nupkg
188+
# NuGet Symbol Packages
189+
*.snupkg
188190
# The packages folder can be ignored because of Package Restore
189191
**/[Pp]ackages/*
190192
# except build/, which is used as an MSBuild target.

0 commit comments

Comments
 (0)