From 5a0400d6003a98bf12352da08035fb94b732d33a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 20 Dec 2016 14:16:25 -0600 Subject: [PATCH] Fixes #822: Ignore Behat local.yml file. --- template/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/template/.gitignore b/template/.gitignore index 3b82e6fb5..48ae2722b 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 +tests/behat/local.yml *.local project.local.yml