From 4da2d3730f5e194794ad90bb13ff7e77cd9a4695 Mon Sep 17 00:00:00 2001 From: Paul Klimov Date: Tue, 8 Feb 2022 16:16:28 +0200 Subject: [PATCH] add `.gitattributes` --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0b17847 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Ignore all test and documentation for archive +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/phpunit.xml export-ignore +/tests export-ignore +/docs export-ignore \ No newline at end of file