From 28edcbef96d450671f5d82ab0416c7828a8c41fb Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Sun, 24 Sep 2023 11:06:32 +0200 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..481b7a5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.github export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs.dist export-ignore +/phpstan.neon export-ignore +/phpunit.xml.dist export-ignore \ No newline at end of file