From 0da99e347ec91061abbb458654e54ac944722937 Mon Sep 17 00:00:00 2001 From: Propaganistas Date: Mon, 7 Dec 2020 10:08:57 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d078c0b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/tests export-ignore +/phpunit.xml.dist export-ignore