From d3cb54bcf27dbde1589eb32fcadb13cee82afc48 Mon Sep 17 00:00:00 2001 From: Carsten Brandt <mail@cebe.cc> Date: Sun, 25 May 2014 19:27:32 +0200 Subject: [PATCH] ignore composer.lock in applications (yii2-dev only) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e3fdcbf..fb5029b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- libgit2 0.27.1