Skip to content

Instantly share code, notes, and snippets.

@me7media
Last active January 18, 2019 14:22
Show Gist options
  • Save me7media/70263fb3bc008a264ba8f46d6e65ab23 to your computer and use it in GitHub Desktop.
Save me7media/70263fb3bc008a264ba8f46d6e65ab23 to your computer and use it in GitHub Desktop.
Git gitignore_global
Global gitignore
cd ~
touch .gitignore_global
git config --global core.excludesfile ~/.gitignore_global
gedit ~/.gitignore_global
.DS_Store
.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment