Created
July 31, 2019 11:03
-
-
Save mattwoolnough/c55fc404356303365ba87320072c378a to your computer and use it in GitHub Desktop.
Get rid of those pesky MacOS files __MACOS and .DS_Store
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 "__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