Remove composer.lock from .gitignore
authorEvan Coury <me@evancoury.com>
Wed, 23 May 2012 16:59:07 +0000 (09:59 -0700)
committerEvan Coury <me@evancoury.com>
Wed, 23 May 2012 16:59:12 +0000 (09:59 -0700)
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

index 11b4e7a..6ab883d 100644 (file)
@@ -1,4 +1,3 @@
-composer.lock
 nbproject
 ._*
 .~lock.*