From cf4bb0cf464b1fb7b2dee93ec8f2f5d2aa88193c Mon Sep 17 00:00:00 2001 From: Haacked Date: Tue, 22 Jan 2013 11:51:46 -0800 Subject: [PATCH 1/2] Remove inclusion of repositories.config If you use package restore, you actually don't want this file included. It's not needed. It's only needed if you version packages. AKA, you only need this file if you are not ignoring the "packages" folder. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 81c058f3..0eed40d7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -92,7 +92,6 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ -!packages/repositories.config # Windows Azure Build Output csx From 8f47a43cee3ca215361f797583b663eb61143b1a Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Mon, 10 Sep 2012 06:49:43 -0700 Subject: [PATCH 2/2] Update Global/VisualStudio.gitignore Visual Studio 2010 Express for Windows Phone seems to generate .cachefile files. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0eed40d7..42b2c115 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -49,6 +49,7 @@ ipch/ *.ncb *.opensdf *.sdf +*.cachefile # Visual Studio profiler *.psess