Commit 88951d5c authored by Paul Betts's avatar Paul Betts

Merge pull request #694 from anurse/patch-1

Unignore "packages/*/build" in VisualStudio.gitignore.
parents 098aee26 f2ab7315
...@@ -15,6 +15,9 @@ build/ ...@@ -15,6 +15,9 @@ build/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
# MSTest test Results # MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment