Skip to content

Instantly share code, notes, and snippets.

@cesarferreira
Created April 7, 2017 15:05
Show Gist options
  • Select an option

  • Save cesarferreira/e40732eece983f1026807c178804354c to your computer and use it in GitHub Desktop.

Select an option

Save cesarferreira/e40732eece983f1026807c178804354c to your computer and use it in GitHub Desktop.
Global gitignore ~/.gitignore
# Vim
*.sw?
.*.un~
Session.vim
# Python
*.pyc
# Ruby
.rbenv-*
.bundle/
# Vagrant
*.vagrant/
*vagrant_ansible_inventory*
# Mac OS
.DS_Store
# Ansible
*.retry
# VSCode
.vscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment