Skip to content

Commit 9c2b6ed

Browse files
mpauloskyCopilot
andauthored
chore: ignore *.csproj.lscache LSP artifacts (#261)
Adds `*.csproj.lscache` pattern to `.gitignore` to suppress 16 untracked LSP artifact files generated by the C# language server. These files are build/IDE artifacts and should never be committed. --- 🤖 Ralph (Work Monitor) — housekeeping chore Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d6af815 commit 9c2b6ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ MigrationBackup/
387387

388388
# IDE / local
389389
.vscode/
390+
*.csproj.lscache
390391

391392
# Test output
392393
coverage/

0 commit comments

Comments
 (0)