From 3f347b39ebfce3d9a0d9a81328bedf1f4a6c7889 Mon Sep 17 00:00:00 2001 From: "Michael H. Arieli" Date: Tue, 3 Nov 2020 13:51:42 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06f6e15..f57301d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ -### Composer -/vendor/ +.DS_Store +.php_cs +.php_cs.cache +.phpunit.* +phpunit.xml +vendor/ composer.lock -composer.phar