* Initial plan * Initial exploration and plan for Copilot instructions Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com> * Create comprehensive GitHub Copilot instructions for dotnet/core repository Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com> * Fix JSON_PRETTIER formatting error in markdown-link-check-config.json Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com> Co-authored-by: Jon Galloway <jongalloway@gmail.com> Co-authored-by: James Montemagno <james.montemagno@gmail.com>
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "^release-notes/templates/"
|
|
}
|
|
],
|
|
"aliveStatusCodes": [429, 200]
|
|
}
|