Created
March 7, 2015 01:14
-
-
Save finder39/4f0f8b1972c677381631 to your computer and use it in GitHub Desktop.
Remove ll types of files from git repo
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
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch | |
http://stackoverflow.com/questions/107701/how-can-i-remove-ds-store-files-from-a-git-repository |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment