From 74b6dd15662be28131bc4e401a40ea911f2014ea Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Mon, 11 Nov 2013 12:52:59 -0500 Subject: [PATCH] Add Azure publish XML file * Ignore Azure publish *.azurePubxml files * Add a trailing slash to csx * Remove random whitespace after build output --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 504b58ad..e9649177 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -7,7 +7,6 @@ *.sln.docstates # Build results - [Dd]ebug/ [Rr]elease/ x64/ @@ -105,13 +104,14 @@ publish/ # Publish Web Output *.Publish.xml +*.azurePubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ # Windows Azure Build Output -csx +csx/ *.build.csdef # Windows Store app package directory