From 76372d3b8d6bab5f4c7188944f48e54f9eb33b51 Mon Sep 17 00:00:00 2001 From: Bruno Meilick Date: Mon, 22 Feb 2021 17:41:41 +0000 Subject: [PATCH] Create .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f3526ac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +/docs export-ignore +/tests export-ignore +/.github export-ignore +/.gitattributes export-ignore +/.coveralls.yml export-ignore +/.php_cs.dist export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml export-ignore