Skip to content

Commit 716612d

Browse files
committed
Add an exclusion for PublishScripts
1 parent e7caac9 commit 716612d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

VisualStudio.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,16 @@ publish/
138138
# Publish Web Output
139139
*.[Pp]ublish.xml
140140
*.azurePubxml
141-
# TODO: Comment the next line if you want to checkin your web deploy settings
141+
# TODO: Comment the next line if you want to checkin your web deploy settings
142142
# but database connection strings (with potential passwords) will be unencrypted
143143
*.pubxml
144144
*.publishproj
145145

146+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
147+
# checkin your Azure Web App publish settings, but sensitive information contained
148+
# in these scripts will be unencrypted
149+
PublishScripts/
150+
146151
# NuGet Packages
147152
*.nupkg
148153
# The packages folder can be ignored because of Package Restore
@@ -186,7 +191,7 @@ ClientBin/
186191
node_modules/
187192
orleans.codegen.cs
188193

189-
# Since there are multiple workflows, uncomment next line to ignore bower_components
194+
# Since there are multiple workflows, uncomment next line to ignore bower_components
190195
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
191196
#bower_components/
192197

0 commit comments

Comments
 (0)