From f943b59ae17d9e6284219c4927836e66dc23a15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan=20Rapai=C4=87?= Date: Thu, 20 Feb 2020 20:56:06 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a810b8d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Ignore all test and documentation with “export-ignore” +.github export-ignore +bin export-ignore +composer.* export-ignore +tests export-ignore +.gitattributes export-ignore +.phpcs.xml.dist export-ignore +.travis.yml export-ignore +LICENSE.md export-ignore +LICENSE.txt export-ignore +README.md export-ignore +phpunit.xml.dist export-ignore