Skip to content

Commit

Permalink
Update delete-bin-obj.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebicoglu committed May 15, 2023
1 parent a56cd14 commit 315bbd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions delete-bin-obj.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 315bbd2

Please sign in to comment.