Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save geoffroymontel/ba7885b7b9e2490c1d365b5e15cd78fd to your computer and use it in GitHub Desktop.
Save geoffroymontel/ba7885b7b9e2490c1d365b5e15cd78fd to your computer and use it in GitHub Desktop.
Remove Mac specific files (.DS_Store, ._ files)
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