diff options
author | till <till@php.net> | 2012-10-27 20:24:31 +0200 |
---|---|---|
committer | till <till@php.net> | 2012-10-27 20:24:31 +0200 |
commit | ac1dd014ad5c5f76f4c2998b31710471910024df (patch) | |
tree | 94059e515fb5947ea76ff1b59aa345062f5611a1 | |
parent | 1e2afb902a2148a13ebe571593944a63ec731a0a (diff) |
Ensure the composer.json is never checked in.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c410c9b8b..511a09a00 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ config/* plugins/*/config.inc.php # composer-related +composer.json composer.phar composer.lock vendor |