Browse Source

ignore composer.lock in applications (yii2-dev only)

tags/2.0.0-rc
Carsten Brandt 10 years ago
parent
commit
d3cb54bcf2
  1. 2
      .gitignore

2
.gitignore vendored

@ -19,6 +19,8 @@ Thumbs.db
composer.phar
# composer.lock should not be committed as we always want the latest versions
/composer.lock
# composer.lock in applications is ignored in dev repo, will be committed in checked out app repos
/apps/*/composer.lock
# Mac DS_Store Files
.DS_Store

Loading…
Cancel
Save