From cfc9ce4e6d0320612358445b71a0d5f465c53ff8 Mon Sep 17 00:00:00 2001 From: James Ottaway Date: Mon, 12 May 2014 10:36:23 +1000 Subject: [PATCH] Ignore locally-built `*.nupkg` files Building NuGet packages locally with `NuGet.exe pack .nuspec` generates a `..nupkg` file which should never be versioned. --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 7414ecfb..1c38a68e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -129,8 +129,9 @@ publish/ ## passwords *.pubxml -# NuGet Packages Directory +# NuGet Packages packages/* +*.nupkg ## TODO: If the tool you use requires repositories.config ## uncomment the next line #!packages/repositories.config