From 444e43a806f7cdddeeb68cadbc62ed84fecb07bc Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Sat, 27 Jul 2024 17:04:14 +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 0000000..4cd11d9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.git* export-ignore +/*.yml export-ignore +/phpunit.xml.dist export-ignore +/README.md export-ignore +/README-it.md export-ignore +/test export-ignore