From 07b9bffa475640552524aa250b5789caa177503d Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 10 Dec 2014 00:46:33 +0000 Subject: [PATCH] Fix gitignore for installation of the library itself via composer --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8d880ea..a441d05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.idea composer.phar +/vendor/* -- 2.43.0