From ca405a5edcafc06140e60c8ddecc43fd4ca1ba3f Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 4 Mar 2020 09:09:43 +0000 Subject: [PATCH] .git files --- .gitattributes | 5 +---- .gitignore | 7 +++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8cda5326..2047198f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,7 @@ demo/ export-ignore doc/ export-ignore tests/ export-ignore +.gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore -compatibility-test.php export-ignore -composer.lock export-ignore -CONTRIBUTING.md export-ignore -Makefile export-ignore phpunit.xml export-ignore diff --git a/.gitignore b/.gitignore index 1305331a..9d30b66c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /.idea -composer.phar -composer.lock -/vendor/* -/tests/coverage/* /build/* +/tests/coverage/* +/vendor/* +composer.lock -- 2.47.0