From cdd499077e431a833ab59b2837d218c86f093969 Mon Sep 17 00:00:00 2001 From: erikn69 Date: Thu, 19 May 2022 15:39:59 -0500 Subject: [PATCH] Create .gitattributes (#864) --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c211451 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text=auto + +/.github export-ignore +/tests export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +changelog.md export-ignore +grumphp.yml export-ignore +phpstan.neon export-ignore +phpunit.xml.dist export-ignore