remove clean dir

This commit is contained in:
Markus 2024-09-18 15:10:37 +02:00 committed by GitHub
parent 5e91a73e29
commit 71b107cc4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}