From: Eugen Rochko Date: Mon, 14 Mar 2016 20:44:30 +0000 (+0100) Subject: Ignore future .env files - those should not be committed to VC! Nor be part of docker... X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1eb65e2accab3dbc84e1a3ed3fd7c4940769be99;p=mastodon.git Ignore future .env files - those should not be committed to VC! Nor be part of docker containers --- 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.*