back to notes

Permanently ignore .DS_Store files in git

git config --global core.excludesfile ~/.gitignore
echo .DS_Store >> ~/.gitignore


last updated february 2010