1
0
mirror of https://github.com/github/gitignore synced 2024-06-15 17:09:59 +02:00

database connection strings unencrypted

user passwords are stored in *.user files so it is only database connection strings that are not protected.
This commit is contained in:
Ben Bodenmiller 2014-07-10 14:02:18 -07:00
parent 7b9f33763c
commit 279936d8eb

View File

@ -125,8 +125,8 @@ 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 # TODO: Comment the next line if you want to checkin your web deploy settings
# web deploy settings but any saved passwords will be unencrypted # but database connection strings (with potential passwords) will be unencrypted
*.pubxml *.pubxml
# NuGet Packages # NuGet Packages