79740176

Date: 2025-08-19 16:28:12
Score: 2.5
Natty:
Report link

# git ignore MacOS specific files

git config --global core.excludesfile ~/.gitignore_global

echo .DS_Store >> ~/.gitignore_global

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David Howard