Skip to content

Instantly share code, notes, and snippets.

@eileenmcnaughton
Forked from xurizaemon/drupal-gitignore.patch
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save eileenmcnaughton/f1a68be463b9fa68e7d5 to your computer and use it in GitHub Desktop.

Select an option

Save eileenmcnaughton/f1a68be463b9fa68e7d5 to your computer and use it in GitHub Desktop.
diff --git a/.gitignore b/.gitignore
index baff153..bea989f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
+sites/*/civicrm.settings*.php
+sites/default/civicrm/extensions/cache
+sites/default/civicrm/extensions/tmp
# Ignore paths that contain user-generated content.
sites/*/files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment