remove clean dir

This commit is contained in:
Markus 2024-09-18 15:10:04 +02:00 committed by GitHub
parent 2ab2a7d1c6
commit add2b98c1b
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
}