Sfoglia il codice sorgente

Merge pull request #1919 from pmn/update-vs-ignores

Add an exclusion for Visual Studio PublishScripts
Brendan Forster 9 anni fa
parent
commit
e6b619c7d2
1 ha cambiato i file con 7 aggiunte e 2 eliminazioni
  1. 7 2
      VisualStudio.gitignore

+ 7 - 2
VisualStudio.gitignore

@@ -138,11 +138,16 @@ publish/
 # Publish Web Output
 # Publish Web Output
 *.[Pp]ublish.xml
 *.[Pp]ublish.xml
 *.azurePubxml
 *.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
 # but database connection strings (with potential passwords) will be unencrypted
 *.pubxml
 *.pubxml
 *.publishproj
 *.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
 # NuGet Packages
 *.nupkg
 *.nupkg
 # The packages folder can be ignored because of Package Restore
 # The packages folder can be ignored because of Package Restore
@@ -186,7 +191,7 @@ ClientBin/
 node_modules/
 node_modules/
 orleans.codegen.cs
 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)
 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
 #bower_components/
 #bower_components/