Skip to content

Instantly share code, notes, and snippets.

@andrewmallis
Created March 18, 2016 23:33
Show Gist options
  • Save andrewmallis/66bc346a9979fd5cba81 to your computer and use it in GitHub Desktop.
Save andrewmallis/66bc346a9979fd5cba81 to your computer and use it in GitHub Desktop.
kala.gitignore
# 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