From aa87f154fd0b8ef9e87f27c1cbfba3755696990a Mon Sep 17 00:00:00 2001 From: Nguyen Xuan Quynh Date: Wed, 7 Nov 2018 17:17:28 +0700 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..c633ba88a7613 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +* text=auto + +/.github export-ignore +/src/Symfony/Component/**/Tests export-ignore +.php_cs.dist export-ignore +.travis.yml export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpunit.xml.dist export-ignore +CHANGELOG-* export-ignore +CODE_OF_CONDUCT.md export-ignore +CONTRIBUTING.md export-ignore +CONTRIBUTORS.md export-ignore +UPGRADE-* export-ignore +link export-ignore +phpunit export-ignore +phpunit.xml.dist export-ignore