Skip to content

Instantly share code, notes, and snippets.

@opi
Last active December 24, 2015 07:08
Show Gist options
  • Select an option

  • Save opi/6761390 to your computer and use it in GitHub Desktop.

Select an option

Save opi/6761390 to your computer and use it in GitHub Desktop.
drupal 7 gitignore
# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
# Ignore paths that contain generated content.
cache/
files/
sites/*/files
sites/*/private
# Drupal develepment modules
sites/all/modules/contrib/devel
sites/all/modules/contrib/diff
sites/all/modules/contrib/styleguide
# Ignore default text files
.htaccess
# OS generated files
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# IDE Files
.sublime-project
.sublime-workspace
.komodoproject
.idea
.project
.metadata
.settings
.buildpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment