Created
          October 27, 2014 01:37 
        
      - 
      
- 
        Save sandcastle/78dcba3c8e9e6910fb12 to your computer and use it in GitHub Desktop. 
    Cleans all sub directories that contain bin, obj and resharper folders.
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Get-ChildItem .\ -include bin,obj,_ReSharper* -Recurse | foreach ($_) { remove-item $_.fullname -Force -Recurse } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment