From 8d481622d56618f42253af2f4b20b84f051909c9 Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:53:44 -0400 Subject: [PATCH] Ignore *.trx files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..bd56094e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -396,3 +396,6 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml + +# Microsoft Test Results file +*.trx