Skip to content

Commit 279936d

Browse files
committed
database connection strings unencrypted
user passwords are stored in *.user files so it is only database connection strings that are not protected.
1 parent 7b9f337 commit 279936d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ publish/
125125
# Publish Web Output
126126
*.[Pp]ublish.xml
127127
*.azurePubxml
128-
# TODO: Comment the next line if you want to checkin your
129-
# web deploy settings but any saved passwords will be unencrypted
128+
# TODO: Comment the next line if you want to checkin your web deploy settings
129+
# but database connection strings (with potential passwords) will be unencrypted
130130
*.pubxml
131131

132132
# NuGet Packages

0 commit comments

Comments
 (0)