From 173af073e3801ed7b8b3ae12b03e3341862e95c1 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 6 Feb 2017 15:53:30 +0100 Subject: [PATCH] added drushrc to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index baff1536..768d199d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Ignore configuration files that may contain sensitive information. sites/*/settings*.php +sites/*/drushrc.php # Ignore paths that contain user-generated content. sites/*/files