From 52086a2a2eb13b65b93e8e925f1b4dfbdfed46b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Wed, 8 Jan 2020 14:04:46 +0100 Subject: [PATCH] * [ADD] Use phpdotenv for loading variables from environment files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0a7a3772..6bc1d21d 100644 --- a/.gitignore +++ b/.gitignore @@ -64,4 +64,6 @@ tests/_output/* .phpstorm.meta.php composer.phar +.env + !.blank \ No newline at end of file