From 8d21ea64b143586a1ea5bfc5092771baa6a5cd7a Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 19 Dec 2023 21:22:07 +0000 Subject: [PATCH] Update .gitattributes --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index ef306f6..1ea461d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ /.gitattributes export-ignore +/.github/ export-ignore /.gitignore export-ignore -/.travis.yml export-ignore /phpunit.xml export-ignore -/test export-ignore \ No newline at end of file +/test/ export-ignore