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)
commit5c3568899a360d41f28accffd56f15d5f566b7d1
tree4e53fcbce9fa8b6eb9c910ca177407ef85bb6814
parent6efa08bc12dfa3681612397d2885138de5adadfa
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