diff options
author | Andrew Nurse <andrew@andrewnurse.net> | 2013-06-28 16:44:00 -0700 |
---|---|---|
committer | Andrew Nurse <andrew@andrewnurse.net> | 2013-06-28 16:44:00 -0700 |
commit | f2ab73150aa718b78e3d83e8897da05f33ad93a9 (patch) | |
tree | 1c14c0bee8266c1acb52e0118374b87f6e12a6a8 | |
parent | 098aee26a1c69b0bf9e5723ee6db9589d21e74b0 (diff) | |
download | gitignore-f2ab73150aa718b78e3d83e8897da05f33ad93a9.tar.gz gitignore-f2ab73150aa718b78e3d83e8897da05f33ad93a9.zip |
Unignore "packages/*/build" in VisualStudio.gitignore.
-rw-r--r-- | VisualStudio.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160..0881b8de 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -15,6 +15,9 @@ build/ [Bb]in/ [Oo]bj/ +# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets +!packages/*/build/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* |