From 38645eadb807f6067f1901e60e0ff64136c2ce1a Mon Sep 17 00:00:00 2001 From: Jaanus Vapper Date: Thu, 25 Jan 2024 10:44:21 +0200 Subject: [PATCH] add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5fa84a7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/.github export-ignore +/tests export-ignore +/composer.lock export-ignore +/phpunit.xml export-ignore