Skip to content

Instantly share code, notes, and snippets.

@austinsamsel
Last active February 4, 2017 22:01
Show Gist options
  • Save austinsamsel/45890eb6933c8b7e56ea321bab4d4c8b to your computer and use it in GitHub Desktop.
Save austinsamsel/45890eb6933c8b7e56ea321bab4d4c8b to your computer and use it in GitHub Desktop.
global .gitignore
# git config --global core.excludesfile '~/.gitignore'
# http://stackoverflow.com/a/7335487
.DS_Store
node_modules
.env
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# session
Session.vim
# temporary
.netrwhist
*~
#swp
*.swp
*.swo
# auto-generated tag files
tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment