diff --git a/.gitignore b/.gitignore index d128f9b..d7e7938 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ obj/ _ReSharper.Caches/ node_modules/ .direnv/ +coverage/ +tests/artifacts/ +TestResults/ +.config/ diff --git a/tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj b/tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj index 704204a..292846a 100644 --- a/tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj +++ b/tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj @@ -6,6 +6,7 @@ +