From 818399ecfc59908c8c7134779da874b9093a3185 Mon Sep 17 00:00:00 2001 From: Babib3l Date: Wed, 18 Mar 2026 22:12:24 +0100 Subject: [PATCH] add .dotnet-home/ to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6f887e638..99a325de5 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,9 @@ ipch/ _ReSharper*/ *.[Rr]e[Ss]harper +#.NET +.dotnet-home/ + # TeamCity is a build add-in _TeamCity*