From c825cd2183ea88c37d2f27157d0e4664b69a0d83 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 17 Feb 2014 23:57:48 -0800 Subject: [PATCH] ignore web deploy settings by default web deploy settings include unencrypted passwords --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9103a3f2..e2222a70 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -116,6 +116,8 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml +## TODO: Comment the next line if you want to checkin your web deploy settings but do not that will include unencrypted passwords +*.pubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line