Skip to content

Instantly share code, notes, and snippets.

@c31ck
Last active June 4, 2018 22:39
Show Gist options
  • Save c31ck/4321950 to your computer and use it in GitHub Desktop.
Save c31ck/4321950 to your computer and use it in GitHub Desktop.
Drupal .gitignore file
# Ignore configuration files that may contain sensitive information.
*/sites/*/settings*.php
*/sites/*/*.settings.php
*/sites/local.sites.php
# Ignore paths that contain user-generated content.
# */sites/*/files
# */sites/*/private
# Ignore editor specific files.
nbproject
.idea
# Ignore OS specific files.
.DS_Store
# Ignore SASS cache
.sass-cache
.sass-cache/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment