From a96b001c7f5b1b6a18a4162f921002254e3e28e8 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Sun, 21 Oct 2018 01:08:37 +0900 Subject: [PATCH] Enable lean releases [skip ci] --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aebe28c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +/.coveralls.yml export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.phan export-ignore +/.php_cs.dist export-ignore +/.phpstan.neon export-ignore +/.stickler.yml export-ignore +/.travis.yml export-ignore +/Makefile export-ignore +/infection.json.dist export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml export-ignore +/tests export-ignore