From 8a062aac842bc0c5d61ef8aac0b3822ed1833d6b Mon Sep 17 00:00:00 2001 From: Timothy Mothra Date: Fri, 15 Nov 2024 14:46:00 -0800 Subject: [PATCH] [infra] Update .gitignore to ignore config files for Visual Studio Live Unit Testing (#2329) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 21d9bcaff5..a4eed63c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -142,6 +142,10 @@ _TeamCity* *.coverage *.coveragexml +# Visual Studio live unit testing config +*.lutconfig +*.lutignore + # NCrunch _NCrunch_* .*crunch*.local.xml