diff --git a/.gitignore b/.gitignore index 6c6a863d..17b16704 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,8 @@ _ReSharper.SharpCompress/ bin/ *.suo *.user -TestArchives/Scratch/ -TestArchives/Scratch2/ +tests/TestArchives/Scratch/ +tests/TestArchives/Scratch2/ TestResults/ *.nupkg packages/*/ diff --git a/SharpCompress.sln b/SharpCompress.sln index 353e73d7..af132f4c 100644 --- a/SharpCompress.sln +++ b/SharpCompress.sln @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{CDB425 Directory.Build.props = Directory.Build.props global.json = global.json .editorconfig = .editorconfig + .gitignore = .gitignore Directory.Packages.props = Directory.Packages.props NuGet.config = NuGet.config .github\workflows\nuget-release.yml = .github\workflows\nuget-release.yml