Skip to content

Instantly share code, notes, and snippets.

@dsaad68
Created October 29, 2025 07:47
Show Gist options
  • Select an option

  • Save dsaad68/b0250b31de36d177cd38cbc41f7fd7f1 to your computer and use it in GitHub Desktop.

Select an option

Save dsaad68/b0250b31de36d177cd38cbc41f7fd7f1 to your computer and use it in GitHub Desktop.
global gitignore for all repos
git config --global core.excludesfile ~/.gitignore_global
echo .DS_Store >> ~/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment