Clarify what commenting *.pubxml does
08def965cd
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.
This commit is contained in:
parent
68e79f379d
commit
7b9f33763c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user