Ignoring DS_Store files on OSX
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