Commit 7b9f3376 authored by Ben Bodenmiller's avatar Ben Bodenmiller

Clarify what commenting *.pubxml does

https://github.com/github/gitignore/commit/08def965cd1c0241a7cffbe7c26a74b3cab61243 incorrect states that commenting *.pubxml will keep your passwords hidden when it will actually do the opposite. This clarifies what commenting *.pubxml does and warns you of the dangers.
parent 68e79f37
...@@ -125,7 +125,8 @@ publish/ ...@@ -125,7 +125,8 @@ publish/
# Publish Web Output # Publish Web Output
*.[Pp]ublish.xml *.[Pp]ublish.xml
*.azurePubxml *.azurePubxml
# TODO: Comment out the next line if you want to keep your passwords hidden # TODO: Comment the next line if you want to checkin your
# web deploy settings but any saved passwords will be unencrypted
*.pubxml *.pubxml
# NuGet Packages # NuGet Packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment