Skip to content

Instantly share code, notes, and snippets.

@oshinko
Last active March 1, 2022 04:49
Show Gist options
  • Save oshinko/f954334efc2327048ae2980d239c4b95 to your computer and use it in GitHub Desktop.
Save oshinko/f954334efc2327048ae2980d239c4b95 to your computer and use it in GitHub Desktop.
My .gitignore_global
cat << EOF > ~/.gitignore_global
.DS_Store
.venv/
tmp/
EOF
git config --global core.excludesfile ~/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment