Browse Source
Merge pull request #16570 from abpframework/alper/test_cla
Update delete-bin-obj.ps1
pull/16759/head
selman koc
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
delete-bin-obj.ps1
|
|
|
@ -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 |
|
|
|
|