From 2ce0578183616186f87f836f49f1e9703dde8c04 Mon Sep 17 00:00:00 2001 From: Jonathan Vollebregt Date: Mon, 7 Nov 2022 03:52:11 +0100 Subject: [PATCH] Remove ruby references in gitattributes --- .gitattributes | 3 --- .gitignore | 1 - 2 files changed, 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index b9400ffc9..694212a96 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,5 @@ /build/* binary /composer.lock binary -/Gemfile.lock binary /package-lock.json binary /resources/compiled/* binary @@ -13,8 +12,6 @@ /build.php export-ignore /composer.lock export-ignore /CONTRIBUTING.md export-ignore -/Gemfile export-ignore -/Gemfile.lock export-ignore /init_phar.php export-ignore /package-lock.json export-ignore /package.json export-ignore diff --git a/.gitignore b/.gitignore index 810dd740d..1e9db4b24 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,5 @@ /.php-cs-fixer.cache /.phpunit.result.cache /.idea -/.bundle/ npm-debug.log /tests/phpunit.tmp