Skip to content

Instantly share code, notes, and snippets.

@danielnegri
Created January 22, 2019 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielnegri/4fa305832731a8b6ec06114713ac8981 to your computer and use it in GitHub Desktop.
Save danielnegri/4fa305832731a8b6ec06114713ac8981 to your computer and use it in GitHub Desktop.
Git Ignore Global
#System Files
*~
.DS_Store
Thumbs.db
# NodeJS
npm-debug.log
node_modules/
bower_components/
# IDE
*.iml
*.iws
.idea/
.vscode/
.project
.classpath
.c9/
*.launch
.settings/
# Vagrant
.vagrant/
# Ansible
*.retry
# Yarn
yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment