From 37056276cbe96ea087b3b970ad85c76ac6da4bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?don=E2=80=99t=20believe=20the=20hype?= Date: Tue, 25 Jan 2022 10:57:56 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74a0538 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml export-ignore +/phpcs.xml export-ignore +/phpstan.neon export-ignore