Ignore future .env files - those should not be committed to VC! Nor be part of docker containers
This commit is contained in:
parent
b17202ca0f
commit
1eb65e2acc
2 changed files with 2 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
.env
|
||||
.env.*
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -19,3 +19,4 @@ coverage
|
|||
public/system
|
||||
public/assets
|
||||
.env
|
||||
.env.*
|
||||
|
|
Loading…
Reference in a new issue