Commit 8fbf2703 authored by Terje Sandstrom's avatar Terje Sandstrom

Update VisualStudio.gitignore

Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders.  Re-include patterns fixed the same way.
parent c70e357b
...@@ -132,16 +132,19 @@ publish/ ...@@ -132,16 +132,19 @@ publish/
# NuGet Packages # NuGet Packages
packages/* packages/*
**/packages/*
*.nupkg *.nupkg
## TODO: If the tool you use requires repositories.config ## 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 line ## uncomment the next two lines
#!packages/repositories.config #!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.
# This line needs to be after the ignore of the build folder # These two 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
csx/ csx/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment