Files
server/.gitignore
Dave 8e12a8e305 chore: ignore C# Dev Kit lscache and dump files (#7648)
Add *.lscache, *.dmp, and *.dump to .gitignore following the pattern
established in dotnet/runtime#126718 and tracked in
microsoft/vscode-dotnettools#2952.

*.lscache files are generated by the C# Dev Kit language server and
appear as untracked noise in any developer's working tree. *.dmp and
*.dump files are .NET memory dump artifacts that can be large and may
contain sensitive in-process data.
2026-05-15 19:56:06 +00:00

3.7 KiB