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

This commit is contained in:
Eugen Rochko 2016-03-14 21:44:30 +01:00
parent b17202ca0f
commit 1eb65e2acc
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
.env
.env.*

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ coverage
public/system
public/assets
.env
.env.*