From e4a135e3c34a9c41f84cd9c4c20b43d2bfc3b67d Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 4 Jan 2017 09:45:00 -0800 Subject: [PATCH 1/2] Ignore local.services.yml --- template/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/template/.gitignore b/template/.gitignore index 48ae2722b..2738097a2 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -1,6 +1,7 @@ # Ignore configuration files that may contain sensitive information. local.settings.php local.drushrc.php +local.services.yml tests/behat/local.yml *.local project.local.yml From 71839ed3bd77ebfa7028f01f9c24b0820c875bbf Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 4 Jan 2017 09:54:53 -0800 Subject: [PATCH 2/2] Ignores box config file --- template/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/template/.gitignore b/template/.gitignore index 2738097a2..edb8e4bba 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -3,6 +3,7 @@ local.settings.php local.drushrc.php local.services.yml tests/behat/local.yml +box/local.config.yml *.local project.local.yml