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