From 7a6f01e519a2913a99dd4ba410f32860b0c438bc Mon Sep 17 00:00:00 2001 From: Daniel Leech Date: Mon, 3 Jun 2024 09:29:23 +0100 Subject: [PATCH] Add gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ed1821b6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Handle line endings automatically for files detected as text and leave all +# files detected as binary untouched. +* text=auto + +# Files and directories with the attribute export-ignore won’t be added to +# archive files. See http://git-scm.com/docs/gitattributes for details. +.gitattributes export-ignore +.gitignore export-ignore +/*.neon export-ignore +/.github export-ignore +/.php-cs-fixer.dist.php export-ignore +/phpunit.xml.dist export-ignore +/tests/ export-ignore