From 19e77f46065efb8f044d5621af11928e156b39ec Mon Sep 17 00:00:00 2001 From: Liam Peters Date: Fri, 15 May 2026 12:25:03 +0100 Subject: [PATCH] Add *.csproj.lscache to .gitignore to prevent files from being tracked --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fdf91a4bf..cb8bf503b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ obj/ /module/ /out/ testResults.xml +*.csproj.lscache \ No newline at end of file