From aad2b9e581b12dcd00f979303355316c3b023d83 Mon Sep 17 00:00:00 2001 From: Steven Renaux Date: Tue, 18 Jun 2024 11:10:22 +0200 Subject: [PATCH] Add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..90063091 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/docs export-ignore +/tests export-ignore +/.php-cs-fixer.dist.php export-ignore +/phpstan.neon export-ignore +/phpunit.xml export-ignore +/.git* export-ignore