mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
Web Publishing Pipeline publish profiles should not be excluded.
*.pubxml files are WPP publish profiles which, after creation, are part of the given web project (Properties/PublishProfiles/). These are input to the web publishing process and should not be excluded by default. This reverts #517.
This commit is contained in:
parent
6c75292e1e
commit
5dbb6a55d9
@ -94,7 +94,6 @@ publish/
|
|||||||
|
|
||||||
# Publish Web Output
|
# Publish Web Output
|
||||||
*.Publish.xml
|
*.Publish.xml
|
||||||
*.pubxml
|
|
||||||
|
|
||||||
# NuGet Packages Directory
|
# NuGet Packages Directory
|
||||||
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
||||||
|
Loading…
Reference in New Issue
Block a user