From f6d34fcd98e26ac8b7069b7d05bebcc6474ce4ec Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Sat, 9 Dec 2023 08:33:06 +0100 Subject: [PATCH] add .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4bca2c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.git* export-ignore +/.env export-ignore +/.php-cs-fixer.php export-ignore +/CHANGELOG.md export-ignore +/phpstan.neon export-ignore +/phpunit.xml.dist export-ignore +/README.md export-ignore +/tests export-ignore