Update .gitignore to include cache and dump files#126718
Update .gitignore to include cache and dump files#126718jtschuster wants to merge 1 commit intomainfrom
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
|
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.