remove clean dir
This commit is contained in:
parent
5e91a73e29
commit
71b107cc4e
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue