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 1/3] 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 From 64eaff41907d3377c04a7986d2dc09a1e4a7535e Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:54:49 -0400 Subject: [PATCH 2/3] Update comment for ignoring *.trx files --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index bd56094e..9ae74cfb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -397,5 +397,5 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml -# Microsoft Test Results file +# Microsoft Test Results XML file *.trx From 6743515cd30c516a4e859ac842df1d3fcc783a45 Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:35:33 -0500 Subject: [PATCH 3/3] Moved *.trx to MSTest section --- VisualStudio.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9ae74cfb..e2d5e0ed 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,6 +43,7 @@ Generated\ Files/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +*.trx # NUnit *.VisualState.xml @@ -396,6 +397,3 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml - -# Microsoft Test Results XML file -*.trx