Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mattwoolnough/c55fc404356303365ba87320072c378a to your computer and use it in GitHub Desktop.
Save mattwoolnough/c55fc404356303365ba87320072c378a to your computer and use it in GitHub Desktop.
Get rid of those pesky MacOS files __MACOS and .DS_Store
Get-ChildItem * -Include "__MACOSX ",".DS_Store" -Recurse | Remove-Item -Recurse -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment