Update VisualStudio.gitignore

Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.
This commit is contained in:
Terje Sandstrom 2014-07-05 11:12:43 +02:00
parent 8fbf27037b
commit bf7031505f
1 changed files with 2 additions and 5 deletions

View File

@ -131,19 +131,16 @@ publish/
*.pubxml
# NuGet Packages
packages/*
**/packages/*
*.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)
## uncomment the next two lines
#!packages/repositories.config
## uncomment the next line
#!**/packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since
# 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)
!packages/build/
!**/packages/build/
# Windows Azure Build Output