-
-
Save eileenmcnaughton/f1a68be463b9fa68e7d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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