From 527ea9732c5207b7613a3fd0b5e01ff910dc2d54 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Thu, 28 Dec 2023 09:20:58 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b0961ec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.github export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +Dockerfile export-ignore +docker-compose.yml export-ignore +phpunit.xml export-ignore