Skip to content

Instantly share code, notes, and snippets.

@koloda
Created May 21, 2020 05:38
Show Gist options
  • Save koloda/17f4b1fa98721197fdff4f687bb5acf2 to your computer and use it in GitHub Desktop.
Save koloda/17f4b1fa98721197fdff4f687bb5acf2 to your computer and use it in GitHub Desktop.
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
echo .DS_Store >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment