diff --git a/.gitignore b/.gitignore index bdae25d5..7fbc7d74 100755 --- a/.gitignore +++ b/.gitignore @@ -92,7 +92,7 @@ public/uploads/* #------------------------- # Composer #------------------------- -vendor/ +!vendor/ composer.lock tests @@ -100,4 +100,4 @@ tests # Don't save phpunit under version control. phpunit phpunit*.xml -/.phpunit.*.cache \ No newline at end of file +/.phpunit.*.cache