[PROPOSAL] Ignore all .env.*.php files
All environment files shall be ignored from Git
This commit is contained in:
parent
9bf9c2eb42
commit
3d99ff5c8d
|
@ -2,7 +2,7 @@
|
|||
/vendor
|
||||
composer.phar
|
||||
composer.lock
|
||||
.env.local.php
|
||||
.env.*.php
|
||||
.env.php
|
||||
.DS_Store
|
||||
Thumbs.db
|
Loading…
Reference in New Issue