Update delete-bin-obj.ps1

pull/16570/head
Ebicoglu 2 years ago
parent a56cd147e2
commit 315bbd208a

@ -1,7 +1,5 @@
Clear-Host
Write-Host "Deleting all BIN and OBJ folders..." -ForegroundColor Cyan
Get-ChildItem -Path . -Include bin,obj -Recurse -Directory | ForEach-Object {
if ($_.FullName -notmatch "\\node_modules\\") {
Write-Host "Deleting:" $_.FullName -ForegroundColor Yellow

Loading…
Cancel
Save