Skip to content

Instantly share code, notes, and snippets.

@huffmanks
Created May 8, 2024 17:22
Show Gist options
  • Save huffmanks/9122e4bd6d28232738cd3cc7ab62f09d to your computer and use it in GitHub Desktop.
Save huffmanks/9122e4bd6d28232738cd3cc7ab62f09d to your computer and use it in GitHub Desktop.
git-globals
# ~/.gitconfig

[init]
	defaultBranch = main
[user]
	name =
	email =
[core]
	excludesfile = ~/.gitignore
# ~/.gitignore

.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment