From 009c69b53245361a1c18d65dfbef9bfa85df6ddd Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 18 Jan 2024 16:32:53 +0000 Subject: [PATCH] Add big `/docs` dir back to export-ignore in gitattributes The directory is quite big, no need to package that along with the SDK when installing using composer --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 101eff777..85423bae1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,5 +10,5 @@ /phpunit-yaml-free-tests.xml export-ignore /phpunit-yaml-platinum-tests.xml export-ignore /phpunit.xml.dist export-ignore -#/docs export-ignore +/docs export-ignore /.buildkite export-ignore