Skip to content

Instantly share code, notes, and snippets.

@woombo
Created October 27, 2014 17:38
Show Gist options
  • Save woombo/7cce138c80090480cb6a to your computer and use it in GitHub Desktop.
Save woombo/7cce138c80090480cb6a to your computer and use it in GitHub Desktop.
.gitignore
# IDEs
################################################################################
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
# PHPStorm
.idea
# OSX
################################################################################
.DS_Store
.AppleDouble
.LSOverride
# Icon must ends with two \r.
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# DRUPAL
################################################################################
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
# Ignore paths that contain generated content.
cache/
files/
sites/*/files
sites/*/private
# Ignore default text files
robots.txt
/CHANGELOG.txt
/COPYRIGHT.txt
/INSTALL*.txt
/LICENSE.txt
/MAINTAINERS.txt
/UPGRADE.txt
/README.txt
sites/all/README.txt
sites/all/modules/README.txt
sites/all/themes/README.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment