From 33ed7322bf37d136fbd3e2f3a181ab853b3a6c18 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sun, 14 Aug 2016 13:12:16 +0900 Subject: [PATCH] Ignore /vendor and composer.lock --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c3b65f07..7f7304a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -build/PHPExcel.phar -tests/codeCoverage -analysis +/build/PHPExcel.phar +/tests/codeCoverage +/analysis +/vendor/ +/composer.lock ## IDE support *.buildpath