Skip to content

Instantly share code, notes, and snippets.

@gtklocker
Created April 20, 2018 15:10
Show Gist options
  • Save gtklocker/e34924546438fbea1e678df0b9ea277b to your computer and use it in GitHub Desktop.
Save gtklocker/e34924546438fbea1e678df0b9ea277b to your computer and use it in GitHub Desktop.
git ignore vim files everywhere
wget https://github.com/github/gitignore/raw/master/Global/Vim.gitignore -O ~/.gitignore.global && 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