From 941c169d1be4f7fefdcc141eeb4cc25ee97e65c2 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Thu, 3 Oct 2024 14:31:59 +0200 Subject: [PATCH] Add .gitattributes (#5) --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d6519e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text=auto + +/cache export-ignore +/tests export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/phpcs.xml.dist export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore