From 364df61363d4d111ccf5f8773da1671f2a238dea Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Mon, 18 Jul 2016 06:40:35 +0700 Subject: [PATCH 1/2] Ignore web/sites/*/settings.php --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 452fb82aa6..b28957c7cc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ web/modules/contrib web/themes/contrib web/profiles/contrib +# Ignore sensitive information +web/sites/*/settings.php + # Ignore Drupal's file directory web/sites/*/files From 13813b3bc765d5246485e6427422a274dc549301 Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Wed, 12 Oct 2016 20:48:25 +0700 Subject: [PATCH 2/2] web/sites/*/settings.local.php should be added in advance as well. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b28957c7cc..8122f6cbc3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ web/profiles/contrib # Ignore sensitive information web/sites/*/settings.php +web/sites/*/settings.local.php # Ignore Drupal's file directory web/sites/*/files