From 1eb65e2accab3dbc84e1a3ed3fd7c4940769be99 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 14 Mar 2016 21:44:30 +0100 Subject: [PATCH] Ignore future .env files - those should not be committed to VC! Nor be part of docker containers --- .dockerignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 4c49bd78f..665da4550 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ .env +.env.* 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.*