From c343e2974b3ba8135a0c2d585dd1ea8e8a2e91fc Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 21 Mar 2024 16:11:37 +0100 Subject: [PATCH] fix nuget .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 2dec300a..c94c9ecd 100644 --- a/.gitignore +++ b/.gitignore @@ -148,12 +148,18 @@ publish/ # NuGet Packages *.nupkg +# NuGet Symbol Packages +*.snupkg # The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* **/packages/* # except build/, which is used as an MSBuild target. !**/packages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets # Windows Azure Build Output csx/