diff --git a/CleanSolutionDir.ps1 b/CleanSolutionDir.ps1 deleted file mode 100644 index 5f6a44c..0000000 --- a/CleanSolutionDir.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -Get-ChildItem -Path $PSScriptroot -Recurse -Force -Include '.vs', '.git', 'bin', 'obj', '.idea', '*.Dotsettings', '*.Dotsettings.user' | ForEach-Object { - Remove-Item -Recurse -Force -LiteralPath $_.FullName >$null -}