diff --git a/.gitignore b/.gitignore index 45f5e3d..e522182 100644 --- a/.gitignore +++ b/.gitignore @@ -98,4 +98,7 @@ fabric.properties *.received.txt # Settings -*.DotSettings.user \ No newline at end of file +*.DotSettings.user + +# Test Results +TestResults/ \ No newline at end of file diff --git a/test/Converter.Core.UnitTests/TestResults/results.xml b/test/Converter.Core.UnitTests/TestResults/results.xml deleted file mode 100644 index 3959eec..0000000 --- a/test/Converter.Core.UnitTests/TestResults/results.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - -Test Framework Informational Messages: -[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.0.1+f8675c32e5 (32-bit .NET 8.0.12) -[xUnit.net 00:00:00.09] Discovering: Converter.Core.UnitTests -[xUnit.net 00:00:00.13] Discovered: Converter.Core.UnitTests -[xUnit.net 00:00:00.15] Starting: Converter.Core.UnitTests -[xUnit.net 00:00:00.26] Finished: Converter.Core.UnitTests - - - - \ No newline at end of file