1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00

Merge pull request #1919 from pmn/update-vs-ignores

Add an exclusion for Visual Studio PublishScripts
This commit is contained in:
Brendan Forster 2016-03-26 12:23:11 -07:00
commit e6b619c7d2

View File

@ -143,6 +143,11 @@ publish/
*.pubxml *.pubxml
*.publishproj *.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages # NuGet Packages
*.nupkg *.nupkg
# The packages folder can be ignored because of Package Restore # The packages folder can be ignored because of Package Restore