Created
October 4, 2020 07:37
-
-
Save geoffroymontel/ba7885b7b9e2490c1d365b5e15cd78fd to your computer and use it in GitHub Desktop.
Remove Mac specific files (.DS_Store, ._ files)
This file contains 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
from cmd | |
del /s /q /f /a .DS_STORE | |
del /s /q /f /a ._* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment