Skip to content

Instantly share code, notes, and snippets.

@Ahigh4life
Forked from c31ck/.gitignore
Created June 4, 2018 22:39
Show Gist options
  • Save Ahigh4life/e0720ec84daf9ca4f671746a9e9f0339 to your computer and use it in GitHub Desktop.
Save Ahigh4life/e0720ec84daf9ca4f671746a9e9f0339 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