diff --git a/.gitignore b/.gitignore index e13c2cf..d29a208 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ bld/ # Visual Studio cache .vs/ .vscode/ +Logs/ # MSTest test results [Tt]est[Rr]esult*/ @@ -109,4 +110,6 @@ _pkginfo.txt # Others *.swp -*.swo \ No newline at end of file +*.swo +*.cache +*.csproj.AssemblyReference.cache \ No newline at end of file