diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-14 21:44:30 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-14 21:44:30 +0100 |
commit | 1eb65e2accab3dbc84e1a3ed3fd7c4940769be99 (patch) | |
tree | c3754e1ce319dd825d3a72e7734102dd17641b1f /.gitignore | |
parent | b17202ca0f19b83beb25afdba7e713a0f9329ffa (diff) |
Ignore future .env files - those should not be committed to VC! Nor be part of docker containers
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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.* |