浏览代码

Unignore "packages/*/build" in VisualStudio.gitignore.

Andrew Nurse 12 年之前
父节点
当前提交
f2ab73150a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      VisualStudio.gitignore

+ 3 - 0
VisualStudio.gitignore

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