From 1eb65e2accab3dbc84e1a3ed3fd7c4940769be99 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 14 Mar 2016 21:44:30 +0100 Subject: Ignore future .env files - those should not be committed to VC! Nor be part of docker containers --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a7d30b9e7..a289a4983 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ coverage public/system public/assets .env +.env.* -- cgit