logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 1eb65e2accab3dbc84e1a3ed3fd7c4940769be99
parent: b17202ca0f19b83beb25afdba7e713a0f9329ffa
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Mon, 14 Mar 2016 21:44:30 +0100

Ignore future .env files - those should not be committed to VC! Nor be part of docker containers

Diffstat:

M.dockerignore1+
M.gitignore1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.dockerignore b/.dockerignore @@ -1 +1,2 @@ .env +.env.* diff --git a/.gitignore b/.gitignore @@ -19,3 +19,4 @@ coverage public/system public/assets .env +.env.*