From bda308a3b812383751e44446b94c37d28825ff1c Mon Sep 17 00:00:00 2001 From: Lukas Leitsch Date: Mon, 22 Aug 2022 13:06:46 +0200 Subject: [PATCH] #22 add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a4a0b8a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +.php-cs-fixer.dist.php export-ignore