Uh oh!
There was an error while loading. Please reload this page.
Update .gitignore to include cache and dump files - #126718
Conversation
Add patterns to ignore C# Dev Kit caches and dump files.
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Note This review was generated by Copilot. 🤖 Copilot Code Review — PR #126718Holistic AssessmentMotivation: Justified — Approach: Correct — adding glob patterns to Summary: ✅ LGTM. This is a small, safe, well-placed addition to Detailed Findings✅ Correctness — No tracked files affectedVerified via ✅ Placement — Logically organizedThe ✅ Pattern scope — Appropriately broad
|
jtschuster
commented
Apr 13, 2026
/ba-g unrelated failures |
Uh oh!
There was an error while loading. Please reload this page.
Add patterns to ignore C# Dev Kit caches and dump files.
The Dev Kit extension now creates .lscache files for each csproj loaded by the lsp. We should tell git to ignore them
Also ignore dump files because I imagine people often have them in the directory but never want to commit them.