Globally ignore files that may not be appropriate to put in a project gitignore, like Mac's .DS_Store file.
git config --global core.excludesfile ~/.gitignore
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Globally ignore files that may not be appropriate to put in a project gitignore, like Mac's .DS_Store file.
git config --global core.excludesfile ~/.gitignore
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE