Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Created July 17, 2016 00:55
Show Gist options
  • Save jmolivas/44a7a867dde05b7692519cf757b7c41e to your computer and use it in GitHub Desktop.
Save jmolivas/44a7a867dde05b7692519cf757b7c41e to your computer and use it in GitHub Desktop.
Global gitignore file
# Composer
vendor
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.idea
/nbproject
# Packages #
############
# it’s better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# Drupal
# Patch/diff artifacts.
*.patch
*.diff
*.orig
*.rej
interdiff*.txt
# Excludes for installed Drupal site
sites/*/files/
sites/*/settings.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment