Skip to content

Instantly share code, notes, and snippets.

@karolberezicki
Created September 25, 2017 18:17
Show Gist options
  • Save karolberezicki/b9164c5db617e6efe53c6a17a5d1ece7 to your computer and use it in GitHub Desktop.
Save karolberezicki/b9164c5db617e6efe53c6a17a5d1ece7 to your computer and use it in GitHub Desktop.
Get-ChildItem .\ -include bin,obj,bld,Backup,_UpgradeReport_Files,Debug,Release,ipch,.vs -Recurse -Force | foreach ($_) { remove-item $_.fullname -Force -Recurse }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment