From 90bf2999f4d7ea18976ed9eae92bf262678765ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Andrieu?= Date: Tue, 31 Mar 2020 05:19:34 +0200 Subject: [PATCH] Reduced the size of the future releases --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9c6996d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +* text=auto + +/.github export-ignore +/tests export-ignore +.php_cs.dist export-ignore +.travis.yml export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpunit.xml.dist export-ignore +psalm.xml.dist export-ignore +extension.neon export-ignore +LICENSE export-ignore