From dab7b10f6771dd7f39cb8ccfaf119a6064427c0d Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Mon, 25 May 2026 14:51:42 +0200 Subject: [PATCH] Add C# Dev Kit cache files to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3671ce..a6fe069 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,7 @@ MigrationBackup/ # End of https://www.toptal.com/developers/gitignore/api/csharp -.idea/ \ No newline at end of file +.idea/ + +# C# Dev Kit cache file +*.lscache