From b2e91abe967218a9ee9fdc18db120b3cf18900ec Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 9 May 2022 00:47:25 +0300 Subject: [PATCH] add composer to global gitignore --- ~/Git/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/~/Git/.gitignore b/~/Git/.gitignore index 322ad13..352b756 100644 --- a/~/Git/.gitignore +++ b/~/Git/.gitignore @@ -1,2 +1,3 @@ venv/ vendor/ +composer.phar