From 021999d05f1452d2d61b85353ab412ca131fa60d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 27 Feb 2015 11:46:07 +0100 Subject: [PATCH] Ignore .env file. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 504d461b0c..ddec920a30 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ tests/_data/dump.sql db.sqlite_snapshot c3.php db.sqlite-journal -tests/_output/* \ No newline at end of file +tests/_output/* +.env