1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00

Ignore packages folder contents in a negatable way

Ignore package folder contents regardless of folder nesting, in a way that allows negating for the repositories.config file.
This commit is contained in:
Chris Ammerman 2014-07-02 20:40:37 -05:00
parent c70e357bfd
commit 2943a400bc

View File

@ -131,11 +131,11 @@ publish/
*.pubxml
# NuGet Packages
packages/*
**/packages/**
*.nupkg
## TODO: If the tool you use requires repositories.config
## uncomment the next line
#!packages/repositories.config
#!**/packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since
# NuGet packages use it for MSBuild targets.