From d47cbdb1bd59f95844cbfbd1ef1120aa53c7adda Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Wed, 11 Oct 2023 18:18:48 +0300 Subject: [PATCH] Remove redundant stuff --- .gitattributes | 7 +------ .gitignore | 6 ------ 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index cd80ceb..88f35d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,12 +2,7 @@ /src/test export-ignore /.docker export-ignore -/.buildpath export-ignore -/.coveralls.yml export-ignore +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.travis.yml export-ignore -/code-climate-test-reporter export-ignore -/Gruntfile.js export-ignore -/package.json export-ignore /phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore index e3f7bf7..83713b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -/node_modules /vendor -/target -/_site/ -/Gemfile.lock -/phpdocumentor/ -/build/ .phpunit.result.cache composer.lock