From a25589c92187674f68dcfafe8433e0c1e6069159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Lundsg=C3=A5rd?= Date: Mon, 28 Dec 2015 20:09:39 +0100 Subject: [PATCH 1/2] Ignore Azure ApplicationInsights.config Ignore Azure ApplicationInsights.config in VisualStudio.gitignore --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 314c9211..d2297f0b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -160,6 +160,9 @@ csx/ ecf/ rcf/ +# Windows Azure ApplicationInsights config file +ApplicationInsights.config + # Windows Store app package directory AppPackages/ BundleArtifacts/ From 65ba08ced79926c4993e444702833153d4bfaab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Lundsg=C3=A5rd?= Date: Mon, 28 Dec 2015 20:11:44 +0100 Subject: [PATCH 2/2] Name update of Windows Azure Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/ --- VisualStudio.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d2297f0b..5362f99b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -152,15 +152,15 @@ publish/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config -# Windows Azure Build Output +# Microsoft Azure Build Output csx/ *.build.csdef -# Windows Azure Emulator +# Microsoft Azure Emulator ecf/ rcf/ -# Windows Azure ApplicationInsights config file +# Microsoft Azure ApplicationInsights config file ApplicationInsights.config # Windows Store app package directory