浏览代码

Update VisualStudio.gitignore

Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.
Terje Sandstrom 10 年之前
父节点
当前提交
bf7031505f
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      VisualStudio.gitignore

+ 2 - 5
VisualStudio.gitignore

@@ -131,19 +131,16 @@ publish/
 *.pubxml
 *.pubxml
 
 
 # NuGet Packages
 # NuGet Packages
-packages/*
 **/packages/*
 **/packages/*
 *.nupkg
 *.nupkg
 ## TODO: If the tool you use *requires* repositories.config, (note that this file is normally regenerated so you should not need it in source control)
 ## TODO: If the tool you use *requires* repositories.config, (note that this file is normally regenerated so you should not need it in source control)
-## uncomment the next two lines
-#!packages/repositories.config
+## uncomment the next line
 #!**/packages/repositories.config
 #!**/packages/repositories.config
 
 
 # Enable "build/" folder in the NuGet Packages folder since
 # Enable "build/" folder in the NuGet Packages folder since
 # NuGet packages use it for MSBuild targets.
 # NuGet packages use it for MSBuild targets.
-# These two line needs to be after the ignore of the build folder
+# This line needs to be after the ignore of the build folder
 # (and the packages folder if the line above has been uncommented)
 # (and the packages folder if the line above has been uncommented)
-!packages/build/
 !**/packages/build/
 !**/packages/build/
 
 
 # Windows Azure Build Output
 # Windows Azure Build Output