1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +02:00

Merge pull request #694 from anurse/patch-1

Unignore "packages/*/build" in VisualStudio.gitignore.
This commit is contained in:
Paul Betts 2013-06-28 17:09:29 -07:00
commit 88951d5cc9

View File

@ -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.*