From d4cd52cb9943e9209fbd55e8ce18b98c32b976ff Mon Sep 17 00:00:00 2001 From: azjezz Date: Mon, 24 Aug 2020 22:09:11 +0100 Subject: [PATCH] add .gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e2476a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +docs export-ignore +tests export-ignore + +.travis.yml export-ignore +.stickler.yml export-ignore +.scrutinizer.yml export-ignore +.php_cs.dist export-ignore +.coveralls.yml export-ignore +appveyor.yml export-ignore +phpunit.xml.dist export-ignore +psalm.xml export-ignore