mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
add todo note for packages/* rule
TODO not needed because rule only works if the folder is located in the same folder as the `.gitignore` file. For example if your packages folder is located in `\myapp\mypartoftheapp\packages\` it will unintentionally be included using this rule.
This commit is contained in:
parent
2399ff1c79
commit
4987ffb665
@ -130,6 +130,9 @@ publish/
|
|||||||
*.pubxml
|
*.pubxml
|
||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
|
## TODO: Update the following path to your packages folder if it
|
||||||
|
## is not in the same folder as this .gitignore file, keep the /*
|
||||||
|
## at the end or the below include specific items will not work
|
||||||
packages/*
|
packages/*
|
||||||
*.nupkg
|
*.nupkg
|
||||||
## TODO: If the tool you use requires repositories.config
|
## TODO: If the tool you use requires repositories.config
|
||||||
|
Loading…
Reference in New Issue
Block a user