From be15863d3fbd67b3ec820f77fee5d91c69a8906e Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 1 Dec 2023 16:34:26 +0100 Subject: [PATCH] Add files to .gitattributes --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f5ee500b8..a566d086a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,8 @@ /.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.travis.yml export-ignore /phpunit.xml export-ignore -/README.md export-ignore +/phpunit.xml.dist export-ignore +/readme.md export-ignore +/docker-compose.yml export-ignore +/Dockerfile export-ignore