From 20cf6d5dcd5411f950d78d0007ae2be53474978b Mon Sep 17 00:00:00 2001 From: Mads Kristensen Date: Mon, 4 Aug 2014 10:09:06 -0700 Subject: [PATCH] Adding *.publishproj to ignore This files is generated by Visual Studio 2013 and should be ignored. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5b4334f5..fd5204b5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -128,6 +128,7 @@ publish/ # TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml +*.publishproj # NuGet Packages *.nupkg