From ac1dd014ad5c5f76f4c2998b31710471910024df Mon Sep 17 00:00:00 2001 From: till <till@php.net> Date: Sat, 27 Oct 2012 14:24:31 -0400 Subject: [PATCH] Ensure the composer.json is never checked in. --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index c410c9b..511a09a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ plugins/*/config.inc.php # composer-related +composer.json composer.phar composer.lock vendor -- Gitblit v1.9.1