From c40e619518b9e68a2b56a65cd86f02d57659e150 Mon Sep 17 00:00:00 2001 From: Romain Monteil Date: Sat, 20 May 2023 07:47:33 +0200 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4967fdb3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.github export-ignore +/bin export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.dist.php export-ignore +/phpstan.neon.dis export-ignore +/phpunit.xml.dist export-ignore