From 07155b42c93fdf54dbb20ba08cbee107899ac3a4 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Sun, 24 Sep 2023 12:03:07 +0200 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5041178c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/.github export-ignore +/doc export-ignore +/samples export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs.dist export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore \ No newline at end of file