Created
January 6, 2012 21:38
-
-
Save magnusottosson/1572514 to your computer and use it in GitHub Desktop.
Add .DS_Store to the git exclusion list
This file contains 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
#!/bin/bash | |
git config --global core.excludesfile ~/.gitignore | |
echo .DS_Store >> ~/.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment