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:
parent
c70e357bfd
commit
2943a400bc
@ -131,11 +131,11 @@ publish/
|
|||||||
*.pubxml
|
*.pubxml
|
||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
packages/*
|
**/packages/**
|
||||||
*.nupkg
|
*.nupkg
|
||||||
## TODO: If the tool you use requires repositories.config
|
## TODO: If the tool you use requires repositories.config
|
||||||
## uncomment the next line
|
## 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user