Ignoring DS_Store files on OSX
March 18th, 2012
No comments
Quick tip to permanently ignore .DS_Store files on all Git repositories:
git config –global core.excludesfile ~/.gitignore
echo .DS_Store >> ~/.gitignore
Quick tip to permanently ignore .DS_Store files on all Git repositories:
git config –global core.excludesfile ~/.gitignore
echo .DS_Store >> ~/.gitignore
Recent Comments