Skip to content

Instantly share code, notes, and snippets.

@tiagosalgado
Created February 9, 2018 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagosalgado/e372c61e617a53d690af1bba8f6208a1 to your computer and use it in GitHub Desktop.
Save tiagosalgado/e372c61e617a53d690af1bba8f6208a1 to your computer and use it in GitHub Desktop.
Cleanup VS solution files
Get-ChildItem -inc bin,obj,node_modules,packages,*.suo,*.*scc,.vs,*.user -rec | Remove-Item -rec -force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment