From a106d2f9d47e3be33bde446d4bde162a6452ffc3 Mon Sep 17 00:00:00 2001 From: Justin Frydman Date: Thu, 23 May 2024 15:45:13 -0600 Subject: [PATCH 1/3] Add .gitattributes file --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f83007b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore paths when git creates an archive of this package +/.gitattributes export-ignore +/.gitignore export-ignore +/.github export-ignore +/.editorconfig export-ignore +/phpunit.xml export-ignore +/phpstan.neon.dist export-ignore +/tests export-ignore From c78ebbc80ff3c5fccebb74b453c60e58be1be6ce Mon Sep 17 00:00:00 2001 From: Justin Frydman Date: Thu, 23 May 2024 15:45:38 -0600 Subject: [PATCH 2/3] remove duplicate vendor/ folder --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index b21d910..1f5402b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ composer.lock files/ repo/ -vendor/ tests/_support/_generated bin/*.phar tests/var From ef1d6b2af3213514243cc738b0744ff471161397 Mon Sep 17 00:00:00 2001 From: Justin Frydman Date: Thu, 23 May 2024 15:48:47 -0600 Subject: [PATCH 3/3] Fix alignment --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f83007b..1168746 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,6 @@ /.gitignore export-ignore /.github export-ignore /.editorconfig export-ignore -/phpunit.xml export-ignore +/phpunit.xml export-ignore /phpstan.neon.dist export-ignore /tests export-ignore