Browse Source

[PROPOSAL] Ignore all .env.*.php files

All environment files shall be ignored from Git
Lucas 10 years ago
parent
commit
3d99ff5c8d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .gitignore

+ 2 - 2
.gitignore

@@ -2,7 +2,7 @@
 /vendor
 composer.phar
 composer.lock
-.env.local.php
+.env.*.php
 .env.php
 .DS_Store
-Thumbs.db
+Thumbs.db