From 5c3568899a360d41f28accffd56f15d5f566b7d1 Mon Sep 17 00:00:00 2001 From: Evan Coury Date: Wed, 23 May 2012 09:59:07 -0700 Subject: [PATCH] Remove composer.lock from .gitignore Per @ocramius, composer.lock is useful for deployment. We don't need it included with the skeleton since it is generated on the first install, however we likely do not want it to be ignored from version control, since it carries the tested versions of the dependencies from development to production in the deployment process. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11b4e7a..6ab883d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -composer.lock nbproject ._* .~lock.* -- 1.7.10.4