From 716612d39f50ff25a0dff5c04a251ca6f110d0ab Mon Sep 17 00:00:00 2001 From: Paul Nakata Date: Fri, 25 Mar 2016 15:21:49 -0700 Subject: [PATCH] Add an exclusion for PublishScripts --- VisualStudio.gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9bcde419..f6d6dd75 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -138,11 +138,16 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# 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 +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore @@ -186,7 +191,7 @@ ClientBin/ node_modules/ orleans.codegen.cs -# Since there are multiple workflows, uncomment next line to ignore bower_components +# Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/