Skip to content

Commit 7b9f337

Browse files
committed
Clarify what commenting *.pubxml does
08def96 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.
1 parent 68e79f3 commit 7b9f337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ publish/
125125
# Publish Web Output
126126
*.[Pp]ublish.xml
127127
*.azurePubxml
128-
# TODO: Comment out the next line if you want to keep your passwords hidden
128+
# TODO: Comment the next line if you want to checkin your
129+
# web deploy settings but any saved passwords will be unencrypted
129130
*.pubxml
130131

131132
# NuGet Packages

0 commit comments

Comments
 (0)