Skip to content

Instantly share code, notes, and snippets.

@andrewmallis
Created August 1, 2014 02:39
Show Gist options
  • Save andrewmallis/014120d75d62aa291a4d to your computer and use it in GitHub Desktop.
Save andrewmallis/014120d75d62aa291a4d to your computer and use it in GitHub Desktop.
.gitconfig
# Drupal #
##########
sites/*.local
docroot/sites/*.local
sites/*/files
sites/*/files/*
files/*
settings.php
# Ignore paths that contain user-generated content.
/sites/*/files
/sites/*/private
/files/*
/cache
# ** Only works in OSs that support newer versions of fnmatch (Bash 4+)
/sites/default/**/files
/sites/default/**/private
# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
._*
# Eclipse #
###########
.project
.buildpath
.settings*
# Vim generated files #
######################
*.un~
# SASS #
########
.sass-cache
# MISC #
########
.idea
.vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment