From 23c24015dd2b483e2294ea16f63917cbe30fbcd9 Mon Sep 17 00:00:00 2001 From: Pablo Kauffman Date: Fri, 30 Apr 2021 15:41:57 +0200 Subject: [PATCH] refactor: adds .gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4619532 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text eol=lf + +tests export-ignore +.psalm export-ignore +.github export-ignore +.gitattributes export-ignore +.gitignore export-ignore +README.md export-ignore +phpcs.xml.dist export-ignore +phpunit.xml.dist export-ignore +psalm.xml export-ignore \ No newline at end of file