Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created November 21, 2012 12:46
Show Gist options
  • Save tagrudev/4124691 to your computer and use it in GitHub Desktop.
Save tagrudev/4124691 to your computer and use it in GitHub Desktop.
Create global gitignore file
create a file in your ~ dir named .gitignore_global
then:
git config --global core.excludesfile ~/.gitignore_global
add content to your .gitignore_global file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment