Browse Source

removed composer.lock from gitignore

we should not provide one in the package but developers should commit
them when starting a new project so that all share the same versions
and only explicit composer update command will change that.
Escpecially important when deploying to production.
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
a7c0505e76
  1. 1
      apps/advanced/.gitignore
  2. 1
      apps/basic/.gitignore
  3. 1
      apps/benchmark/.gitignore

1
apps/advanced/.gitignore vendored

@ -1,2 +1 @@
/yii
/composer.lock

1
apps/basic/.gitignore vendored

@ -1 +0,0 @@
/composer.lock

1
apps/benchmark/.gitignore vendored

@ -1 +0,0 @@
/composer.lock
Loading…
Cancel
Save